onPermissionResult

abstract fun onPermissionResult(isGranted: Boolean)

Callback triggered when the user responds to the push permission request.

Since

12.3.00

Parameters

isGranted

true if the user has selected allow, else false.