System.Notification.TCustomNotificationCenter.GetAllChannels

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetAllChannels(const AChannels: TChannels);

C++

void __fastcall GetAllChannels(System::Generics::Collections::TList__1<TChannel*>* const AChannels);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Notification.pas
System.Notification.hpp
System.Notification TCustomNotificationCenter

Description

Fills the passed list with all Notification channels in the application. .

User removes instances of channels in Android.