@namiml/web-sdk
Version:
Nami Web SDK makes subscriptions & in-app purchases easy, with powerful built-in paywalls and A/B testing
9 lines (8 loc) • 379 B
TypeScript
import { NamiPaywallLaunchContext } from "../../../nami-web";
import { BaseNamespaceResolver } from "./BaseNameSpaceResolver";
export declare class LaunchContextResolver extends BaseNamespaceResolver {
protected readonly namespace = "LaunchContext";
private context;
constructor(context: NamiPaywallLaunchContext);
protected resolveValue(keyPath: string): any;
}