Gamebase SDK for Android
2.3.0
Toast Gamebase Platform
|
TransferAccount에서 Account 정보를 재발급 받을 때, 어떤 Account 정보를 재발급 받을 것인지를 정의합니다. More...
Public Member Functions | |
RenewalTargetType (String name, String description) | |
String | getDescription () |
Public Attributes | |
PASSWORD =("PASSWORD", "Renewing Password only.") | |
Password만 새로이 발급받습니다. More... | |
ID_PASSWORD =("ID_PASSWORD", "Renewing both of ID and Password.") | |
Id와 Password 모두 새로이 발급받습니다. More... | |
TransferAccount에서 Account 정보를 재발급 받을 때, 어떤 Account 정보를 재발급 받을 것인지를 정의합니다.
RenewalTargetType | ( | String | name, |
String | description | ||
) |
String getDescription | ( | ) |
ID_PASSWORD =("ID_PASSWORD", "Renewing both of ID and Password.") |
Id와 Password 모두 새로이 발급받습니다.
PASSWORD =("PASSWORD", "Renewing Password only.") |
Password만 새로이 발급받습니다.