UNPKG

@nativescript/payments

Version:

In-App Purchase and Subscriptions for NativeScript

10 lines (7 loc) 308 B
import { BaseItem } from './common'; export { RecurrenceMode } from './common'; export declare type ProductDetails = com.android.billingclient.api.ProductDetails; export declare class Item extends BaseItem { public readonly debug: string | null; constructor(nativeValue: ProductDetails | SKProduct); }