library / io.getstream.chat.android.livedata / ChatNotificationConfigOffline

ChatNotificationConfigOffline

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

Constructors

<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)

Functions

onFirebaseMessage

open fun onFirebaseMessage(message: RemoteMessage): Boolean