check Blacklist
현재 유저의 제재 상태를 체크한다.
it check the restriction status of the current user.
korean
기본적으로 signIn, connect 시에 자동으로 체크되며 제재 팝압을 띄우나앱 내에서 필요한 시점에 실시간으로 체크가 필요할 때 사용할 수 있다.
요청시 isShow 가 true 였을 경우 팝업 UI 가 노출된다.
결과가 Success 이지만 제재 내용이 없다면 listener 의 maintenanceInfo 는 비어있게 된다.
요청시 isShow 를 false 로 주었다면 listener 의 maintenanceInfo 정보를 가지고 직접 UI 를 구성하여 노출하여야 한다.
english
It is automatically checked when signIn or connect is called and shows a restriction popup,but you can use it when you need to check in realtime in the app.
On request, the UI is exposed when isShow is true
If the result is SUCCESS but there is no restriction notification, the maintenanceInfo of the listener will be empty.
If isShow is set to false on request, the UI should be configured and exposed by game developer with the maintenanceInfo information of the listener.
Parameters
is Show
Whether to use the HIVE UI
listener
onAuthV4Maintenance