VkNet.Model.RequestParams.AccountRegisterDeviceParams.AccountRegisterDeviceParams C# (CSharp) 메소드

AccountRegisterDeviceParams() 공개 메소드

Параметры метода account.registerDevice
public AccountRegisterDeviceParams ( bool gag = true ) : VkNet.Utils
gag bool Заглушка для конструктора.
리턴 VkNet.Utils
        public AccountRegisterDeviceParams(bool gag = true)
        {
            Token = null;
            DeviceModel = null;
            DeviceYear = null;
            DeviceId = null;
            SystemVersion = null;
            Settings = null;
            Sandbox = null;
        }