UNPKG

@paydock/client-sdk

Version:

Paydock client sdk

12 lines 321 B
export declare enum ABILITY { POPUP_CLOSE = 0, BACKDROP_DISPLAY_CONTINUE = 1, POPUP_FOCUS = 2 } export declare class AbilityGuard { protected usedGateway: string; useGateway(gateway: string): void; reset(): void; isAllow(ability: number): boolean; } //# sourceMappingURL=ability-guard.d.ts.map