react-native-unit-components
Version:
Unit React Native components
19 lines (18 loc) • 673 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.UNComponentsFlows = void 0;
var _UNCardFlows = require("./card/UNCardFlows");
var _UnitComponentsSdkManager = require("../unitComponentsSdkManager/UnitComponentsSdkManager");
class UNComponentsFlows {
constructor() {
console.log('new Flows instance created');
}
async startPushProvisioning(cardId, customerToken) {
_UnitComponentsSdkManager.UnitComponentsSDK.setCustomerToken(customerToken);
await _UNCardFlows.UNCardFlows.startPushProvisioning(cardId, customerToken);
}
}
exports.UNComponentsFlows = UNComponentsFlows;
//# sourceMappingURL=UNComponentsFlows.js.map
;