toggle menu
Gamebase SDK for Android
2.63.0
androidJvm
switch theme
search in API
gamebase-sdk
/
com.toast.android.gamebase.base.purchase.data
/
PurchasableResult
Purchasable
Result
data
class
PurchasableResult
(
val
code
:
Int
,
val
message
:
String
,
val
cause
:
Throwable
?
,
val
receipt
:
PurchasableReceipt
?
)
:
ValueObject
Members
Constructors
Purchasable
Result
Link copied to clipboard
constructor
(
code
:
Int
,
message
:
String
,
cause
:
Throwable
?
,
receipt
:
PurchasableReceipt
?
)
Properties
cause
Link copied to clipboard
val
cause
:
Throwable
?
code
Link copied to clipboard
val
code
:
Int
message
Link copied to clipboard
val
message
:
String
receipt
Link copied to clipboard
val
receipt
:
PurchasableReceipt
?
Functions
is
Failure
Link copied to clipboard
fun
isFailure
(
)
:
Boolean
is
Success
Link copied to clipboard
fun
isSuccess
(
)
:
Boolean
to
Json
String
Link copied to clipboard
open
fun
toJsonString
(
)
:
String
to
Pretty
Json
String
Link copied to clipboard
open
fun
toPrettyJsonString
(
)
:
String