Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%Net] >  [PushNotifications] >  [GCM]
Private  Storage   

class %Net.PushNotifications.GCM extends %RegisteredObject

// Implements Google Cloud Messaging Service connectivity

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 4 5


Summary

Properties
PushServer SSLConfig Timeout

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
Connect Disconnect HTTPPushNotification

Subclasses
EnsLib.PushNotifications.GCM.Operation

Parameters

• parameter SERVICETYPE = "GCM";

Properties

• property PushServer as %String(MAXLEN=2048) [ InitialExpression = "https://android.googleapis.com/gcm/send",Required ];
URL for the Google Cloud Messaging REST interface.
• property SSLConfig as %String [ Required ];
Configuration name in the table of SSL configurations.
• property Timeout as %Integer [ InitialExpression = 30,Required ];
REST response timeout period in seconds.

Methods

• method Connect() as %Status
• method Disconnect() as %Status
• method HTTPPushNotification(pAppIdentifier As %String, ByRef pNotification, ByRef pReply) as %Status


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.