System.Notification.TCustomNotificationCenter.DeleteChannel
Delphi
procedure DeleteChannel(const AChannelId: string);
C++
void __fastcall DeleteChannel(const System::UnicodeString AChannelId);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
procedure function  | 
		public | System.Notification.pas System.Notification.hpp  | 
        System.Notification | TCustomNotificationCenter | 
Description
Removes notification channel by its ID.
Works only with Android.