gsdsdk / com.gsd.software.sdk.notifications / GSDMessagingService

GSDMessagingService

abstract class GSDMessagingService : FirebaseMessagingService,CommandReceivedListener,NotificationReceivedListener

Created by mshumko on 9/1/2017.

Constructors

Name Summary
<init> GSDMessagingService()
Created by mshumko on 9/1/2017.

Functions

Name Summary
onMessageReceived open fun onMessageReceived(remoteMessage: RemoteMessage):Unit

Inherited Functions

Name Summary
onCommandReceived abstract fun onCommandReceived(command:GSDCommand):Unit
onNotificationReceived abstract fun onNotificationReceived(notification:GSDNotification):Unit