Package com.sensorberg.push

Types

PushMessage
Link copied to clipboard
interface PushMessage
PushNotificationController
Link copied to clipboard
interface PushNotificationController : SupportPushNotificationController

Functions in this interface will only work if you add the plugin dependency: 'com.sensorberg.smartspaces:push' and initialize the plugin.

PushPluginInitializer
Link copied to clipboard
class PushPluginInitializer : PluginInitializer

Initializes the push plugin.

SensorbergFirebaseMessagingService
Link copied to clipboard
abstract class SensorbergFirebaseMessagingService : FirebaseMessagingService, SensorbergKoinComponent

Firebase service that receives Sensorberg push messages.

SupportPushNotificationController
Link copied to clipboard
interface SupportPushNotificationController

Functions in this interface will only work if you add the plugin dependency: 'com.sensorberg.smartspaces:push' and initialize the plugin.