Gamebase SDK for Android
2.5.0
Toast Gamebase Platform
|
TransferAccount에서 Account 정보를 재발급 받을 때, 어떻게 재발급을 받을 것인지를 정의합니다. More...
Public Member Functions | |
RenewalModeType (String type) | |
Public Attributes | |
MANUAL =("MANUAL") | |
수동으로 Account 정보를 Renewal 합니다. More... | |
AUTO =("AUTO") | |
자동으로 Account 정보를 Renewal 합니다. More... | |
TransferAccount에서 Account 정보를 재발급 받을 때, 어떻게 재발급을 받을 것인지를 정의합니다.
RenewalModeType | ( | String | type | ) |
AUTO =("AUTO") |
자동으로 Account 정보를 Renewal 합니다.
MANUAL =("MANUAL") |
수동으로 Account 정보를 Renewal 합니다.