Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Information about when the system last saw a user, available when the user has no valid DeviceRecord.
LastSeenRecord
The LastSeenRecord object has the following specification.
| Member | Type | Description |
|---|---|---|
| deviceType | string | The type of the device on which the user was last present. |
| titleId | 32-bit unsigned integer | The identifier of the title on which the user was last present. |
| titleName | string | The name of the title on which the user was last present. |
| timestamp | DateTime | UTC timestamp indicating when the user was last present. |
Sample JSON syntax
{
deviceType:W8,
titleId:"23452345",
titleName:"My Awesome Game",
timestamp:"2012-09-17T07:15:23.4930000"
}
See also
Parent
JavaScript Object Notation (JSON) Object Reference