Property RequestAuthorizationOnAppLaunch
RequestAuthorizationOnAppLaunch
It's recommended to make the authorization request during the app's launch cycle. If this is enabled the user will be shown the authorization pop-up immediately when the app launches. If it’s unchecked you’ll need to manually create an AuthorizationRequest before your app can send or receive notifications.
Declaration
public static bool RequestAuthorizationOnAppLaunch { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |