Notification(IDictionary<String,String>, String, String) Constructor

Definition

Initializes a new instance of the Notification class.

protected Notification (System.Collections.Generic.IDictionary<string,string> additionalHeaders, string tag, string contentType);
new Microsoft.Azure.NotificationHubs.Notification : System.Collections.Generic.IDictionary<string, string> * string * string -> Microsoft.Azure.NotificationHubs.Notification
Protected Sub New (additionalHeaders As IDictionary(Of String, String), tag As String, contentType As String)

Parameters

additionalHeaders
IDictionary<String,String>

The additional headers.

tag
String

The notification tag.

contentType
String

Notification content type.

Applies to