@namiml/web-sdk
Version:
Nami Web SDK makes subscriptions & in-app purchases easy, with powerful built-in paywalls and A/B testing
7 lines (6 loc) • 435 B
TypeScript
import { ExtendedPlatformInfo } from "../types/config";
export declare const getBaseUrl: (namiCommands?: string[]) => string;
export declare const getExtendedClientInfo: (namiCommands: string[]) => ExtendedPlatformInfo;
export declare const hasCapability: (capability: string) => boolean;
export declare const hasPurchaseManagement: (messagePrefix?: string) => boolean;
export declare const shouldValidateProductGroups: () => boolean;