UNPKG

react-native-unit-components

Version:

Unit React Native components

12 lines 471 B
import { UNCardFlows } from './card/UNCardFlows'; import { UnitComponentsSDK } from '../unitComponentsSdkManager/UnitComponentsSdkManager'; export class UNComponentsFlows { constructor() { console.log('new Flows instance created'); } async startPushProvisioning(cardId, customerToken) { UnitComponentsSDK.setCustomerToken(customerToken); await UNCardFlows.startPushProvisioning(cardId, customerToken); } } //# sourceMappingURL=UNComponentsFlows.js.map