react-native-zalo-kit
Version:
Zalo SDK implementation for React Native
7 lines • 412 B
TypeScript
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