System.Notification.TChannel Fields
InheritedProtected
| Description | public | The user visible description of the channel. |
| Id | public | Channel ID. |
| Importance | public | Importance of notification in the channel. |
| LockscreenVisibility | public | Defines if the channel notifications are displayed or not on the lock screen. |
| ShouldShowBadge | public | Defines if the channel notifications can be displayed as application icon badges in a Launcher. |
| ShouldShowLights | public | Defines whether the notifications posted to TChannel trigger notification lights or not. |
| ShouldVibrate | public | Defines if the channel notifications vibrate. |
| SoundName | public | |
| Title | public | Defines the notification title. |