Freigeben über


GcmRegistrationDescription Konstruktoren

Definition

Überlädt

GcmRegistrationDescription(FcmRegistrationDescription)

Erstellt eine instance der GcmRegistrationDescription -Klasse aus dem FcmRegistrationDescription -Objekt.

GcmRegistrationDescription(GcmRegistrationDescription)

Erstellt instance der GcmRegistrationDescription -Klasse durch Kopieren von Feldern aus dem angegebenen instance

GcmRegistrationDescription(String)

Erstellt instance der Klasse unter Verwendung der GcmRegistrationDescription angegebenen Google Cloud Messaging-Registrierungs-ID

GcmRegistrationDescription(String, IEnumerable<String>)

Erstellt instance der -Klasse mithilfe der GcmRegistrationDescription angegebenen Google Cloud Messaging-Registrierungs-ID und sammlung von Tags

GcmRegistrationDescription(FcmRegistrationDescription)

Erstellt eine instance der GcmRegistrationDescription -Klasse aus dem FcmRegistrationDescription -Objekt.

public GcmRegistrationDescription (Microsoft.Azure.NotificationHubs.FcmRegistrationDescription fcmRegistration);
new Microsoft.Azure.NotificationHubs.GcmRegistrationDescription : Microsoft.Azure.NotificationHubs.FcmRegistrationDescription -> Microsoft.Azure.NotificationHubs.GcmRegistrationDescription
Public Sub New (fcmRegistration As FcmRegistrationDescription)

Parameter

fcmRegistration
FcmRegistrationDescription

FcmRegistrationDescription-Objekt, aus dem GcmRegistrationDescription erstellt werden soll.

Gilt für:

GcmRegistrationDescription(GcmRegistrationDescription)

Erstellt instance der GcmRegistrationDescription -Klasse durch Kopieren von Feldern aus dem angegebenen instance

public GcmRegistrationDescription (Microsoft.Azure.NotificationHubs.GcmRegistrationDescription sourceRegistration);
new Microsoft.Azure.NotificationHubs.GcmRegistrationDescription : Microsoft.Azure.NotificationHubs.GcmRegistrationDescription -> Microsoft.Azure.NotificationHubs.GcmRegistrationDescription
Public Sub New (sourceRegistration As GcmRegistrationDescription)

Parameter

sourceRegistration
GcmRegistrationDescription

Ein weiterer GcmRegistrationDescription instance Feldwerte werden aus kopiert.

Gilt für:

GcmRegistrationDescription(String)

Erstellt instance der Klasse unter Verwendung der GcmRegistrationDescription angegebenen Google Cloud Messaging-Registrierungs-ID

public GcmRegistrationDescription (string gcmRegistrationId);
new Microsoft.Azure.NotificationHubs.GcmRegistrationDescription : string -> Microsoft.Azure.NotificationHubs.GcmRegistrationDescription
Public Sub New (gcmRegistrationId As String)

Parameter

gcmRegistrationId
String

Vom Google Cloud Messaging-Dienst abgerufene Registrierungs-ID

Gilt für:

GcmRegistrationDescription(String, IEnumerable<String>)

Erstellt instance der -Klasse mithilfe der GcmRegistrationDescription angegebenen Google Cloud Messaging-Registrierungs-ID und sammlung von Tags

public GcmRegistrationDescription (string gcmRegistrationId, System.Collections.Generic.IEnumerable<string> tags);
new Microsoft.Azure.NotificationHubs.GcmRegistrationDescription : string * seq<string> -> Microsoft.Azure.NotificationHubs.GcmRegistrationDescription
Public Sub New (gcmRegistrationId As String, tags As IEnumerable(Of String))

Parameter

gcmRegistrationId
String

Vom Google Cloud Messaging-Dienst abgerufene Registrierungs-ID

tags
IEnumerable<String>

Sammlung von Tags. Tags können für Zielgruppenadressierungszwecke verwendet werden.

Gilt für: