REST.Backend.EMSApi.TEMSClientAPI.PushToTarget
Delphi
procedure PushToTarget(const AData: TJSONObject; const ATarget: TJSONObject); overload;
procedure PushToTarget(const AData: TJSONObject; const ATarget: TJSONObject; out AStatus: TPushStatus); overload;
C++
void __fastcall PushToTarget(System::Json::TJSONObject* const AData, System::Json::TJSONObject* const ATarget)/* overload */;
void __fastcall PushToTarget(System::Json::TJSONObject* const AData, System::Json::TJSONObject* const ATarget, /* out */ TPushStatus &AStatus)/* overload */;
Inhaltsverzeichnis
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
procedure function  | 
		public | REST.Backend.EMSApi.pas REST.Backend.EMSApi.hpp  | 
        REST.Backend.EMSApi | TEMSClientAPI | 
Beschreibung
Sendet die angegebenen Nutzdaten der EMS-Push-Meldung an den EMS-Server, damit der EMS-Server die Meldung an das angegebene Ziel umleitet.
Sie können optional eine Instanz von TPushStatus (AStatus) angeben, die PushToTarget mit den Statusinformationen der EMS-Push-Benachrichtigung füllt, die der EMS-Server bereitstellt.
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.PushBroadcast
 - REST.Backend.EMSApi.TEMSClientAPI.PushToChannels
 - REST.Backend.EMSApi.TEMSClientAPI.PushWhere
 
- 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.RetrieveInstallationsChannelNames
 - REST.Backend.EMSApi.TEMSClientAPI.RetrieveInstallationsFields