Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
PlayFab
ClientModels
LinkAndroidDeviceIDRequest
C# Class PlayFab.ClientModels.LinkAndroidDeviceIDRequest
Inheritance:
PlayFabRequestCommon
显示文件
Open project: PlayFab/PlayFabGameServer
Class Usage Examples
Public Properties
Property
Type
Description
AndroidDevice
string
AndroidDeviceId
string
ForceLink
bool?
OS
string
Property Details
AndroidDevice
public_oe property
Specific model of the user's device.
public
string
AndroidDevice
return
string
AndroidDeviceId
public_oe property
Android device identifier for the user's device.
public
string
AndroidDeviceId
return
string
ForceLink
public_oe property
If another user is already linked to the device, unlink the other user and re-link.
public
bool?
ForceLink
return
bool?
OS
public_oe property
Specific Operating System version for the user's device.
public
string
OS
return
string