agora-react-native-rtm
Version:
React Native around the Agora RTM SDKs for Android and iOS agora
16 lines (14 loc) • 382 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.IRtmPresence = void 0;
/// Generated by terra, DO NOT MODIFY BY HAND.
/**
* The IRtmPresence class.
*
* This class provides the rtm presence methods that can be invoked by your app.
*/
class IRtmPresence {}
exports.IRtmPresence = IRtmPresence;
//# sourceMappingURL=IAgoraRtmPresence.js.map
;