@amityco/ts-sdk-react-native
Version:
Amity Social Cloud Typescript SDK
25 lines • 904 B
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 './getLinkPreviewMetadata';
export * from './getSocialSettings';
export * from './getShareableLinkConfiguration';
export * from './loginAsVisitor';
export * from './loginAsBot';
export * from './getCurrentUser';
export * from './getCurrentUserType';
//# sourceMappingURL=index.d.ts.map