class TriggerBroadcastReceiver : BroadcastReceiver
Author
Estimote Inc. (contact@estimote.com)
TriggerBroadcastReceiver() |
fun onReceive(context: Context?, intent: Intent?): Unit |
val ACTION: String |
|
val DEFAULT_NOTIFICATION_ID: Int |
|
val NOTIFICATION_ID_KEY: String |
|
val NOTIFICATION_INTENT_KEY: String |
|
val NOTIFICATION_TAG_KEY: String |
fun createIntent(context: Context, notification: Notification, notificationId: Int, notificationTag: String): Intent |