BroadcastReceiverPermissions


class BroadcastReceiverPermissions


Permissions defined for broadcast receivers.

Summary

Constants

const String!
BROADCAST_REQUEST_DATA_PUBLISH_PERMISSION = "com.google.android.engage.REQUEST_ENGAGE_DATA"

Permission that can be added to the Broadcast receiver during registration, so that receivers will only receive the intents from senders that declare the permission.

Constants

BROADCAST_REQUEST_DATA_PUBLISH_PERMISSION

const val BROADCAST_REQUEST_DATA_PUBLISH_PERMISSION = "com.google.android.engage.REQUEST_ENGAGE_DATA": String!

Permission that can be added to the Broadcast receiver during registration, so that receivers will only receive the intents from senders that declare the permission.