Property ShowInForeground
ShowInForeground
Indicates whether the notification alert should be shown when the app is open.
Declaration
public bool ShowInForeground { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Remarks
Subscribe to the OnNotificationReceived event to receive a callback when the notification is triggered.