System.Notification.TBaseNotificationCenter.GetAllChannels

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetAllChannels(const AChannels: TChannels);

C++

void __fastcall GetAllChannels(TChannels* const AChannels);

Properties

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

Description

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

User removes instances of channels in Android.