UNPKG

react-native-zalo-kit

Version:
7 lines 412 B
import type { IUserProfile, IZaloAuthResponse } from './NativeZaloKit'; export declare const login: (authType: string) => Promise<IZaloAuthResponse>; export declare const logout: () => void; export declare const isAuthenticated: () => Promise<boolean>; export declare const getUserProfile: () => Promise<IUserProfile>; export declare const getApplicationHashKey: () => string; //# sourceMappingURL=index.d.ts.map