@amityco/ts-sdk-react-native
Version:
Amity Social Cloud Typescript SDK
32 lines (19 loc) • 703 B
text/typescript
export { getActiveClient } from './activeClient';
export * from './activeUser';
export * from './createClient';
export * from './login';
export * from './logout';
export * from './secureLogout';
export * from './resumeSession';
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';
export * from './getSocialSettings';
export * from './getShareableLinkConfiguration';