Delegate NotificationsKit.PermissionStatusCallback
Callback used to get the status for notifications.
Namespace: Trail
Assembly: Trail.dll
Syntax
public delegate void PermissionStatusCallback(Result result, bool allowed);
Parameters
Type | Name | Description |
---|---|---|
Result | result | Result of the request. |
System.Boolean | allowed | Permission status. Set to true if the game has permission to send notifications. |