Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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