public static interface RecipientEditTextView.PermissionsRequestItemClickedListener
RecipientEntry
that have
RecipientEntry.ENTRY_TYPE_PERMISSION_REQUEST
type.Modifier and Type | Method and Description |
---|---|
void |
onPermissionRequestDismissed()
Callback that occurs when user dismisses the item that asks user to grant permissions to
the app.
|
void |
onPermissionsRequestItemClicked(RecipientEditTextView view,
String[] permissions)
Callback that occurs when user clicks the item that asks user to grant permissions to
the app.
|
void onPermissionsRequestItemClicked(RecipientEditTextView view, String[] permissions)
view
- View that asks for permission.void onPermissionRequestDismissed()