gsdsdk / com.gsd.software.sdk.notifications / GSDMessagingService
abstract class GSDMessagingService : FirebaseMessagingService,
CommandReceivedListener
,
NotificationReceivedListener
Created by mshumko on 9/1/2017.
Name | Summary |
---|---|
<init> | GSDMessagingService() Created by mshumko on 9/1/2017. |
Name | Summary |
---|---|
onMessageReceived | open fun onMessageReceived(remoteMessage: RemoteMessage): Unit |
Name | Summary |
---|---|
onCommandReceived | abstract fun onCommandReceived(command: GSDCommand ): Unit |
onNotificationReceived | abstract fun onNotificationReceived(notification: GSDNotification ): Unit |