Property ShowInForeground
ShowInForeground
Indicated, whether notification should be shown if it arrives while application is in foreground. When notification arrives with app in foreground OnNotificationReceived even fires regardless of this. Default is false, meaning notifications are silent when app is in foreground.
Declaration
public bool ShowInForeground { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |