C# Class AzurePushNotification.Plugin.Abstractions.PushNotificationCredentials

Contains credentials for accessing Microsoft Azure Push Notifications and Google Cloud Messaging.
Show file 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 static property

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

AzureNotificationHubName public static property

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

GoogleApiSenderId public static property

Google API Project Number.
public static string GoogleApiSenderId
return string

Tags public static 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[]