Core
Functions
Link copied to clipboard
abstract suspend fun clearStorage(context: Context, clearAuthorization: Boolean = true): Result<Unit>
Clears out the stored data for this instance.
Link copied to clipboard
Removes the stored data for this instance.
Link copied to clipboard
Provides the FCM token to register this device for push notifications. No action occurs if the same token is provided multiple times.
abstract suspend fun provideDeviceToken(context: Context, token: String, developerName: String = DEFAULT): Result<String>
Link copied to clipboard
Sets the log level.