GcmRegistrationDescription Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GcmRegistrationDescription(GcmRegistrationDescription) |
Initializes a new instance of the GcmRegistrationDescription class. |
GcmRegistrationDescription(String) |
Initializes a new instance of the GcmRegistrationDescription class. |
GcmRegistrationDescription(String, IEnumerable<String>) |
Initializes a new instance of the GcmRegistrationDescription class. |
GcmRegistrationDescription(GcmRegistrationDescription)
Initializes a new instance of the GcmRegistrationDescription class.
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)
Parameters
- sourceRegistration
- GcmRegistrationDescription
The source of the registration.
Applies to
GcmRegistrationDescription(String)
Initializes a new instance of the GcmRegistrationDescription class.
public GcmRegistrationDescription (string gcmRegistrationId);
new Microsoft.Azure.NotificationHubs.GcmRegistrationDescription : string -> Microsoft.Azure.NotificationHubs.GcmRegistrationDescription
Public Sub New (gcmRegistrationId As String)
Parameters
- gcmRegistrationId
- System.String
The GCM registration ID.
Applies to
GcmRegistrationDescription(String, IEnumerable<String>)
Initializes a new instance of the GcmRegistrationDescription class.
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))
Parameters
- gcmRegistrationId
- System.String
The GCM registration ID.
- tags
- System.Collections.Generic.IEnumerable<System.String>
The description tags.