Class TgoRemotePushSender

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TgoRemotePushSender = class(TObject)

Description

Remote push sender instance

Hierarchy

  • TObject
  • TgoRemotePushSender

Overview

Methods

Public constructor Create;
Public destructor Destroy; override;
Public function Send(const APlatform: TOSVersion.TPlatform; const ADeviceToken: String; const ATitle, AMessage: String): Boolean;

Properties

Public property AndroidAPIKey: String read FAndroidAPIKey write FAndroidAPIKey;
Public property APNSCertificate: TBytes read FAPNSCertificate write FAPNSCertificate;
Public property APNSKey: TBytes read FAPNSKey write FAPNSKey;
Public property APNSTopic: String read FAPNSTopic write FAPNSTopic;

Description

Methods

Public constructor Create;
 
Public destructor Destroy; override;
 
Public function Send(const APlatform: TOSVersion.TPlatform; const ADeviceToken: String; const ATitle, AMessage: String): Boolean;

Send push notification

Properties

Public property AndroidAPIKey: String read FAndroidAPIKey write FAndroidAPIKey;

Android API Key for your app

Public property APNSCertificate: TBytes read FAPNSCertificate write FAPNSCertificate;

iOS Certificate

Public property APNSKey: TBytes read FAPNSKey write FAPNSKey;

iOS Key

Public property APNSTopic: String read FAPNSTopic write FAPNSTopic;

iOS Topic


Generated by P2PasDoc 0.13.0 on 2017-04-25 12:54:26