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.
21 lines (20 loc) • 691 B
JavaScript
;
/**
* Type of Android Auto connection.
*/
export let 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