API reference
API reference
Select your platform
No SDKs available
No versions available

ProductArray Interface

The class that represents the product information for a specific IAP which is available for purchase in your app. You can retrieve more information about the product(s) by using their SKU with Iap.getProductsBySku

Signature

interface ProductArray

Properties

cursorAfter : String?
[Get]
Signature
abstract val cursorAfter: String?
cursorBefore : String?
[Get]
Signature
abstract val cursorBefore: String?
json : String
[Get]
Signature
open val json: String
nextUrl : String?
[Get]
Signature
abstract val nextUrl: String?
previousUrl : String?
[Get]
Signature
abstract val previousUrl: String?
products : List
[Get]
Signature
abstract val products: List<Product>