open class ChatNotificationConfigOffline : ChatNotificationConfig
Extend the ChatNotificationConfig to start the sync worker when receiving new messages This ensures that offline storage is up to date as soon as you open the app
<init> |
Extend the ChatNotificationConfig to start the sync worker when receiving new messages This ensures that offline storage is up to date as soon as you open the app ChatNotificationConfigOffline(context: Context) |
onFirebaseMessage |
open fun onFirebaseMessage(message: RemoteMessage): Boolean |