C# Class VkNet.Model.RequestParams.AccountRegisterDeviceParams

Параметры запроса подписывания устройства на базе iOS, Android или Windows Phone на получение Push-уведомлений.
Datei anzeigen Open project: vknet/vk Class Usage Examples

Public Methods

Method Description
AccountRegisterDeviceParams ( bool gag = true ) : VkNet.Utils

Параметры метода account.registerDevice

ToVkParameters ( AccountRegisterDeviceParams p ) : VkParameters

Привести к типу VkParameters.

Method Details

AccountRegisterDeviceParams() public method

Параметры метода account.registerDevice
public AccountRegisterDeviceParams ( bool gag = true ) : VkNet.Utils
gag bool Заглушка для конструктора.
return VkNet.Utils

ToVkParameters() public static method

Привести к типу VkParameters.
public static ToVkParameters ( AccountRegisterDeviceParams p ) : VkParameters
p AccountRegisterDeviceParams Параметры.
return VkParameters