Share via


GooglePushMessage.Data Property

Definition

A collection or name-value properties to include in the message. Properties must be simple types, i.e. they can not be nested.

public System.Collections.Generic.IDictionary<string,string> Data { get; }
member this.Data : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Data As IDictionary(Of String, String)

Property Value

Applies to