Gamebase SDK for Android  2.21.1
Toast Gamebase Platform
PurchasableRetryTransactionResult Class Reference

The information of the items that are result of the Purchasable#requestRetryTransaction(Activity, Purchasable.PurchaseCallback). More...

Inheritance diagram for PurchasableRetryTransactionResult:
Inheritance graph
Collaboration diagram for PurchasableRetryTransactionResult:
Collaboration graph

Public Member Functions

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)
 

Public Attributes

List< PurchasableReceiptsuccessList
 
List< PurchasableReceiptfailList
 

Detailed Description

The information of the items that are result of the Purchasable#requestRetryTransaction(Activity, Purchasable.PurchaseCallback).

If the failList is not empty, the Purchasable#requestRetryTransaction(Activity, Purchasable.PurchaseCallback) function should be called again.(retry once or retry after next login)

See also
PurchasableRetryTransactionResult
Since
2016-12-07

Member Function Documentation

◆ fromJson() [1/3]

static <T> T fromJson ( @NonNull JSONObject  jsonObject,
Class< T >  classOfT 
)
staticinherited
Here is the call graph for this function:

◆ fromJson() [2/3]

static <T> T fromJson ( @NonNull String  json,
Class< T >  classOfT 
)
staticinherited
Here is the caller graph for this function:

◆ fromJson() [3/3]

static <T> T fromJson ( @NonNull String  json,
Type  type 
)
staticinherited

◆ toJsonString()

String toJsonString ( )
inherited
Here is the caller graph for this function:

◆ toPrettyJsonString()

String toPrettyJsonString ( )
inherited

◆ toString()

String toString ( )
inherited

Reimplemented in TransferAccountRenewConfiguration.

Here is the call graph for this function:

Member Data Documentation

◆ failList

List<PurchasableReceipt> failList

◆ successList

List<PurchasableReceipt> successList