UNPKG

@interactify-live/player-react-native

Version:

React Native library for Interactify player with media display, widgets, and MQTT integration

11 lines (10 loc) 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CONNECTION_STATUS = void 0; exports.CONNECTION_STATUS = { CONNECTING: 'CONNECTING', RECONNECTING: 'RECONNECTING', CONNECTED: 'CONNECTED', OFFLINE: 'OFFLINE', ERROR: 'ERROR', };