REST.Backend.EMSApi.TEMSClientAPI.RetrieveInstallationsChannelNames
Delphi
function RetrieveInstallationsChannelNames: TArray<string>;
C++
System::DynamicArray<System::UnicodeString> __fastcall RetrieveInstallationsChannelNames();
Inhaltsverzeichnis
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| function | public | REST.Backend.EMSApi.pas REST.Backend.EMSApi.hpp  | 
        REST.Backend.EMSApi | TEMSClientAPI | 
Beschreibung
Gibt eine Liste mit den Namen der Installationskanäle zurück, die beim EMS-Server registriert sind.
Exceptions
| Exception | Meldung | Beschreibung | 
|---|---|---|
| 
 MasterSecret erforderlich  | 
 Authentication ist TAuthentication.MasterSecret und ConnectionInfo.MasterSecret ist ein leerer String.  | |
| 
 Sitzungs-Token erforderlich  | 
 Authentication ist TAuthentication.Session, und Sie haben sich nicht angemeldet oder das bei der Anmeldung (Login) angegebene Sitzungsauthentifizierungs-Token ist ein leerer String.  | 
Siehe auch
- REST.Backend.EMSApi.TEMSClientAPI.CreateAndroidInstallationObject
 - REST.Backend.EMSApi.TEMSClientAPI.CreateIOSInstallationObject
 - REST.Backend.EMSApi.TEMSClientAPI.UploadInstallation
 - REST.Backend.EMSApi.TEMSClientAPI.UpdateInstallation
 - REST.Backend.EMSApi.TEMSClientAPI.DeleteInstallation
 - REST.Backend.EMSApi.TEMSClientAPI.QueryInstallations
 - REST.Backend.EMSApi.TEMSClientAPI.RetrieveInstallation
 - REST.Backend.EMSApi.TEMSClientAPI.RetrieveInstallationsFields
 - REST.Backend.EMSApi.TEMSClientAPI.PushBroadcast
 - REST.Backend.EMSApi.TEMSClientAPI.PushToTarget
 - REST.Backend.EMSApi.TEMSClientAPI.PushToChannels
 - REST.Backend.EMSApi.TEMSClientAPI.PushWhere