DefaultMessagestore
This class implements the MessageStore interface.
This class implements the MessageStore interface.
Companion Functions
create
Creates a new instance of DefaultMessageStore.
Syntax: fun create(context: Context, password: String): DefaultMessageStore
Throws: WebexConnectException If message store creation fails.
Return : Returns the created DefaultMessageStore instance.
Parameters
Parameter | Type | Description |
---|---|---|
context | Context | The context object |
password | String | The password used for encrypting the database. |
Updated about 1 month ago