Gamebase SDK for Android
2.41.1
NHN Cloud Gamebase Platform
|
Classes | |
class | PaymentStatus |
현재까지 결제 상태 More... | |
class | ReleaseRuleCondition |
정상 유저로 변경 되는, 결제 조건 More... | |
Public Member Functions | |
GraceBanInfo () | |
long | getGracePeriodDate () |
Grace period expiration date. More... | |
String | getMessage () |
Message about grace ban. More... | |
PaymentStatus | getPaymentStatus () |
Current payment status. More... | |
ReleaseRuleCondition | getReleaseRuleCondition () |
Payment condition to release ban. More... | |
String | toJsonString () |
String | toPrettyJsonString () |
String | toString () |
Static Public Member Functions | |
static< T > T | fromJson (@NonNull String json, Class< T > classOfT) |
static< T > T | fromJson (@NonNull JSONObject jsonObject, Class< T > classOfT) |
static< T > T | fromJson (@NonNull String json, Type type) |
GraceBanInfo | ( | ) |
|
staticinherited |
|
staticinherited |
|
staticinherited |
long getGracePeriodDate | ( | ) |
Grace period expiration date.
(epoch time in milliseconds) If the payment conditions set before the period are satisfied, user's ban will be released.
String getMessage | ( | ) |
Message about grace ban.
(Encoded string)
PaymentStatus getPaymentStatus | ( | ) |
Current payment status.
ReleaseRuleCondition getReleaseRuleCondition | ( | ) |
Payment condition to release ban.
|
inherited |
|
inherited |
|
inherited |