INotificationTokenProvider
Available in the package com.voxeet.sdk.core.services.notification.INotificationTokenProvider.
Available in the package com.voxeet.sdk.services.notification.INotificationTokenProvider.
Methods
getToken
▸ getToken(): String
The Firebase token obtained through the SDK Firebase.
Returns: @Nullable String - its value or a null value if the implementation does not communicate it.
isTokenUploadAllowed
▸ isTokenUploadAllowed(): boolean
Informs if the SDK can upload the token to Voxeet.
Returns: boolean - the permission flag.
log
▸ log(@NonNull log
: String): void
Logs strings related to notifications.
Parameters
Name | Type | Description |
---|---|---|
log | String | non null string for logging in to the logcat bridge |
Updated 10 months ago
Did this page help you?