C# Class AzurePushNotification.Plugin.Abstractions.PushNotificationCredentials

Contains credentials for accessing Microsoft Azure Push Notifications and Google Cloud Messaging.
Datei anzeigen Open project: HoussemDellai/Azure-Push-Notification-For-Xamarin

Public Properties

Property Type Description
AzureListenConnectionString string
AzureNotificationHubName string
GoogleApiSenderId string
Tags string[]

Property Details

AzureListenConnectionString public_oe static_oe property

The listen connection string found under "Connection Information" of the Notification Hub.
public static string AzureListenConnectionString
return string

AzureNotificationHubName public_oe static_oe property

The name of the Azure Notification Hub created inside Azure portal.
public static string AzureNotificationHubName
return string

GoogleApiSenderId public_oe static_oe property

Google API Project Number.
public static string GoogleApiSenderId
return string

Tags public_oe static_oe property

Google API Project Number. The name of the Azure Notification Hub created inside Azure portal. The listen connection string found under "Connection Information" of the Notification Hub. The tags to register for with Azure Push Notifications.
public static string[] Tags
return string[]