C# Class PlayFab.ClientModels.LinkIOSDeviceIDRequest

Inheritance: PlayFabRequestCommon
显示文件 Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
DeviceId string
DeviceModel string
ForceLink bool?
OS string

Property Details

DeviceId public_oe property

Vendor-specific iOS identifier for the user's device.
public string DeviceId
return string

DeviceModel public_oe property

Specific model of the user's device.
public string DeviceModel
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