@nevis-security/nevis-mobile-authentication-sdk-react
Version:
React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.
19 lines (17 loc) • 472 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PlatformOperation = void 0;
/**
* Copyright © 2023 Nevis Security AG. All rights reserved.
*/
/**
* Helps in following the states of started operations during method channel
* calls.
*
* An operation can be stored within {@link PlatformOperationCache}.
*/
class PlatformOperation {}
exports.PlatformOperation = PlatformOperation;
//# sourceMappingURL=PlatformOperation.js.map
;