UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

27 lines (16 loc) 582 B
export { getActiveClient } from './activeClient'; export * from './activeUser'; export * from './createClient'; export * from './login'; export * from './logout'; export * from './secureLogout'; export * from './isConnected'; export * from './getFeedSettings'; export * from './renewal'; export * from './markerSync'; export * from './enableUnreadCount'; export * from './setUploadedFileAccessType'; export * from './registerPushNotification'; export * from './unregisterPushNotification'; export * from './onRTEConnectionStateChange'; export * from './fetchLinkPreview';