C# Класс AzurePushNotification.Plugin.Abstractions.PushNotificationCredentials

Contains credentials for accessing Microsoft Azure Push Notifications and Google Cloud Messaging.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
AzureListenConnectionString string
AzureNotificationHubName string
GoogleApiSenderId string
Tags string[]

Описание свойств

AzureListenConnectionString публичное статическое свойство

The listen connection string found under "Connection Information" of the Notification Hub.
public static string AzureListenConnectionString
Результат string

AzureNotificationHubName публичное статическое свойство

The name of the Azure Notification Hub created inside Azure portal.
public static string AzureNotificationHubName
Результат string

GoogleApiSenderId публичное статическое свойство

Google API Project Number.
public static string GoogleApiSenderId
Результат string

Tags публичное статическое свойство

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
Результат string[]