UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

8 lines 356 B
/** @hidden */ export declare const getDeviceId: () => Promise<string>; export declare const getMQTTClientId: (userId: Amity.InternalUser['userId']) => Promise<string>; /** @hidden */ export declare const getDeviceModel: () => string; /** @hidden */ export declare const getDeviceInfo: () => Amity.Device['deviceInfo']; //# sourceMappingURL=device.d.ts.map