proximity-sdk / com.estimote.proximity_sdk.api / TriggerBroadcastReceiver

TriggerBroadcastReceiver

class TriggerBroadcastReceiver : BroadcastReceiver

Author
Estimote Inc. (contact@estimote.com)

Constructors

<init>

TriggerBroadcastReceiver()

Functions

onReceive

fun onReceive(context: Context?, intent: Intent?): Unit

Companion Object Properties

ACTION

val ACTION: String

DEFAULT_NOTIFICATION_ID

val DEFAULT_NOTIFICATION_ID: Int

NOTIFICATION_ID_KEY

val NOTIFICATION_ID_KEY: String

NOTIFICATION_INTENT_KEY

val NOTIFICATION_INTENT_KEY: String

NOTIFICATION_TAG_KEY

val NOTIFICATION_TAG_KEY: String

Companion Object Functions

createIntent

fun createIntent(context: Context, notification: Notification, notificationId: Int, notificationTag: String): Intent