System.Notification.TCustomNotificationCenter.DeleteChannel

From RAD Studio API Documentation
Jump to: navigation, search

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.