PushCapabilityEvent
class PushCapabilityEvent(val isPushSdkEnabled: Boolean, val hasSystemPermissions: Boolean) : PushEvent
This event is used to track the capability of the push SDK to receive push notifications.
Parameters
isPushSdkEnabled
Whether the push SDK is enabled.
hasSystemPermissions
Whether the system has permissions to receive push notifications.