react-native-malwarelytics
Version:
Malwarelytics for React Native protects your banking or fintech app from a broad range of mobile security threats with an industry-leading mobile threat intelligence solution.
25 lines (24 loc) • 829 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.AndroidAutoConnectionInfo = void 0;
/**
* Type of Android Auto connection.
*/
let AndroidAutoConnectionInfo = exports.AndroidAutoConnectionInfo = /*#__PURE__*/function (AndroidAutoConnectionInfo) {
/**
* The device is not connected to any car head unit.
*/
AndroidAutoConnectionInfo["NOT_CONNECTED"] = "NOT_CONNECTED";
/**
* The app is natively running on a head unit (Android Automotive OS).
*/
AndroidAutoConnectionInfo["CONNECTED_NATIVE"] = "CONNECTED_NATIVE";
/**
* The device is connected to a car head unit by projecting to it.
*/
AndroidAutoConnectionInfo["CONNECTED_PROJECTION"] = "CONNECTED_PROJECTION";
return AndroidAutoConnectionInfo;
}({});
//# sourceMappingURL=AndroidAutoConnectionInfo.js.map