C# Class AzurePushNotification.Plugin.Abstractions.PushNotificationCredentials

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

Méthodes publiques

Свойство 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
Résultat string

AzureNotificationHubName public_oe static_oe property

The name of the Azure Notification Hub created inside Azure portal.
public static string AzureNotificationHubName
Résultat string

GoogleApiSenderId public_oe static_oe property

Google API Project Number.
public static string GoogleApiSenderId
Résultat 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
Résultat string[]