setEngagementReady

Engagement 이벤트 처리가 가능한지(게임 서버에 DB가 생성된 경우 등) 여부를 설정한다.
It sets whether Engagement event handling is enabled.(Such as when a DB is created in the game server)


korean

true로 설정하려는 경우, 로그인 이후 & 리스너가 등록된 이후의 조건을 만족한 상태여야 정상적으로 설정되며, false로 설정하려는 경우는 항상 설정 가능하다. iappurchase 이벤트가 발생되면 구매 로직이 진행됩니다. 따라서 이벤트를 처리하기 전에 마켓을 초기화하고, 상점 정보를 획득해야 합니다. 구매 완료와 관계 없이 처리 이후 ready 상태값이 false로 자동으로 변경된다. 따라서 나머지 Engagement 이벤트를 수행하기 위해서는 다시 true 설정을 해야한다.


english

If you want to set it to true, it must be in a state that satisfies the condition of , if you want to set it to false, you can always set it.

Return

Whether the API call was successful.

Parameters

bReady

Whether Engagement events can be processed.