@namiml/web-sdk
Version:
Nami Web SDK makes subscriptions & in-app purchases easy, with powerful built-in paywalls and A/B testing
10 lines (9 loc) • 304 B
TypeScript
import { NamiPurchase } from "../types/externals/purchase";
/**
* @class NamiPurchaseManager
* Provides methods for managing all aspects of a purchase in the Nami SDK.
*/
export declare class NamiPurchaseManager {
static instance: NamiPurchaseManager;
static allPurchases(): NamiPurchase[];
}