PushPermissionResult

data class PushPermissionResult(val isGranted: Boolean)

Success payload for pushPermissionResponse(...).

Author

Gowtham KK

Since

10.0.0

Constructors

Link copied to clipboard
constructor(isGranted: Boolean)

Properties

Link copied to clipboard

Whether the push notification permission was granted.