Skip to main content

Classes - Unity

Classes Used in the Unity SDK

NameDescription
AptoideBillingSDKManagerMain class to connect to the SDK, query products and purchases, launch billing, and consume purchases.
AccountIdentifiersHolds a purchase's obfuscated account identifier.
AcknowledgeParamsParameters to acknowledge a non-consumable purchase.
BillingFlowParamsParameters that launch a purchase flow.
BillingResultOutcome of a billing operation, with a response code and debug message.
ConsumeParamsParameters to consume a purchase.
ProductDetailsA product's id, type, title, and one-time or subscription offer details.
PurchaseA completed purchase, including its products, token, state, and signature.
QueryProductDetailsParamsParameters to query product details.
QueryProductDetailsResultResult of a product details query: fetched products and any unfetched ones.
QueryPurchasesParamsParameters to query a user's purchases.
ReferralDeeplinkResultResponse for a referral deeplink request, including store and fallback links.
UnfetchedProductA product that could not be fetched, with its id, type, and status code.