Class TgoRemotePushSender
Unit
Grijjy.RemotePush.Sender
Declaration
type TgoRemotePushSender = class(TObject)
Description
Remote push sender instance
Hierarchy
- TObject
- TgoRemotePushSender
Overview
Methods
 |
constructor Create; |
 |
destructor Destroy; override; |
 |
function Send(const APlatform: TOSVersion.TPlatform; const ADeviceToken: String; const ATitle, AMessage: String): Boolean; |
Properties
 |
property AndroidAPIKey: String read FAndroidAPIKey write FAndroidAPIKey; |
 |
property APNSCertificate: TBytes read FAPNSCertificate write FAPNSCertificate; |
 |
property APNSKey: TBytes read FAPNSKey write FAPNSKey; |
 |
property APNSTopic: String read FAPNSTopic write FAPNSTopic; |
Description
Methods
 |
constructor Create; |
|
 |
destructor Destroy; override; |
|
 |
function Send(const APlatform: TOSVersion.TPlatform; const ADeviceToken: String; const ATitle, AMessage: String): Boolean; |
Send push notification
|
Properties
 |
property AndroidAPIKey: String read FAndroidAPIKey write FAndroidAPIKey; |
Android API Key for your app
|
 |
property APNSCertificate: TBytes read FAPNSCertificate write FAPNSCertificate; |
iOS Certificate
|
 |
property APNSKey: TBytes read FAPNSKey write FAPNSKey; |
iOS Key
|
 |
property APNSTopic: String read FAPNSTopic write FAPNSTopic; |
iOS Topic
|
Generated by P2PasDoc 0.13.0 on 2017-04-25 12:54:26
|