UNPKG

@appzung/react-native-code-push

Version:

React Native plugin for the CodePush service

5 lines 277 B
/** * Resets the client's unique ID. You may use this in some GDPR compliance scenarios. Note that this will create a new MAU if a new request is sent later. */ export declare const resetClientUniqueId: () => Promise<string>; //# sourceMappingURL=resetClientUniqueId.d.ts.map