UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

33 lines 1.21 kB
export { getActiveClient } from './activeClient'; export * from './activeUser'; export * from './createClient'; export * from './login'; export * from './loginWithAccessToken'; 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 './getProductCatalogueSetting'; export * from './getForYouFeedSetting'; export * from './loginAsVisitor'; export * from './loginAsBot'; export * from './getCurrentUser'; export * from './getCurrentUserType'; export * from './setAccessTokenHandler'; export * from './getChatSettings'; export * from './getCoreUserSettings'; export * from './notifications'; export * from './autoSubscription'; //# sourceMappingURL=index.d.ts.map