Syntax
Parameters
localChatUser PartyXblLocalChatUser*
The local chat user object that will be used for the login operation.
asyncIdentifier void*optional An optional, app-defined, pointer-sized context value that can be used to associate the completion state change with this call.
Return value
PartyErrorc_partyErrorSuccess if the operation to login the local chat user with PlayFab started or an error code otherwise. The human-readable form of the error code can be retrieved via GetErrorMessage().
Remarks
If this is the first time the XBOX Live identity has logged in to PlayFab, a new PlayFab account will be created and linked to the XBOX Live identity.When a token is nearing the expiration time or if a token has expired due to the application being in a dormant state for an extended time, a new token should be obtained by calling this method. It is recommended to acquire a new token when the previously supplied token is halfway through its validity period.
Requirements
Header: PartyXboxLive.hSee also
PartyXblManagerPartyXblLoginToPlayFabCompletedStateChange
