check Provider
fun checkProvider(providerType: AuthV4.ProviderType?, listener: AuthV4.AuthV4CheckProviderListener?)
요청한 Provider 의 상태를 체크 한다.
It check the status of the requested Provider.
korean
요청한 Provider 로 Login 이 되어있지 않으면 Login 까지 시도한다.Login 에 성공하면 providerUserId 까지 얻어 온다.
현재 playerId 와 connect 를 요청하지는 않는다.
Success 는 조회에 성공했다는 뜻이며 providerInfo 에 providerUserId 여부로 로그인된 유저를 판단해야 한다.
실제 provider 에 로그인 되어있다면 providerUserId 가 존재한다. 그 외 providerType 만 존재.
Google Play Games, Apple Game Center 등 묵시적 사인-인 방식을 사용할 경우
english
If the requested provider is not logged in, it tries to login.If the login succeeds, it also brings providerUserId.
It does not request connect with the current playerId.
SUCCESS means that the query was successful and should determine whether or not the user is logged in with the presence of providerUserId in providerInfo.
If you are logged in to the actual provider, there is a providerUserId. Otherwise, only providerType exists.
When using the implicit sign-in : Google Play Games, Apple Game Center etc.
Parameters
provider Type
ProviderType to check status
listener
onDeviceProviderInfo