-
public interface PushPermissionResponseListenerA listener for notification permission.
-
-
Method Summary
Modifier and Type Method Description abstract voidonPushPermissionResponse(boolean accepted)This is called when user either grants allow/dismiss permission for notifications for Android 13+ -
-
Method Detail
-
onPushPermissionResponse
abstract void onPushPermissionResponse(boolean accepted)
This is called when user either grants allow/dismiss permission for notifications for Android 13+
- Parameters:
accepted- This boolean will return true if notification permission is granted and will returnfalse if permission is denied.
-
-
-
-