GooglePushMessage Constructor
Namespace:
Microsoft.WindowsAzure.Mobile.Service
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
| Name | Description | |
|---|---|---|
![]() | GooglePushMessage() | Initializes a new instance of the GooglePushMessage class enabling creation of a notification message targeting Google Cloud Messaging for Chrome (GCM).Set the appropriate properties on the message and submit through the PushClient |
![]() | GooglePushMessage(IDictionary<String^, String^>^, Nullable<TimeSpan>) | Initializes a new instance of the GooglePushMessage class with a given set of data parameters and an optional timeToLive. |
![]() | GooglePushMessage(SerializationInfo^, StreamingContext) | Initializes a new instance of the GooglePushMessage class with the specified serialization information and streaming context. |
Show:

