REST.Backend.EMSApi.TEMSClientAPI.RetrieveInstallationsChannelNames
Delphi
function RetrieveInstallationsChannelNames: TArray<string>;
C++
System::DynamicArray<System::UnicodeString> __fastcall RetrieveInstallationsChannelNames();
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| function | public | REST.Backend.EMSApi.pas REST.Backend.EMSApi.hpp  | 
        REST.Backend.EMSApi | TEMSClientAPI | 
説明
EMS サーバーに登録されているインストール チャネルの名前のリストを返します。
例外
| 例外 | メッセージ | 説明 | 
|---|---|---|
| 
 MasterSecret が必要です  | 
 Authentication が TAuthentication.MasterSecret で、ConnectionInfo.MasterSecret が空の文字列になっています。  | |
| 
 セッション トークンが必要です  | 
 Authentication が TAuthentication.Session で、かつ、ログインが行われなかったか、Login の呼び出し時に渡されたセッション認証トークンが空の文字列になっています。  | 
関連項目
- 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