@kartikbhalla/react-native-truecaller
Version:
react native sdk integration of truecaller for both android and ios
11 lines • 622 B
TypeScript
import { type IUser, type IUseTruecaller } from './interfaces';
export declare const useTruecaller: ({ androidClientId, iosAppKey, iosAppLink, androidButtonColor, androidButtonStyle, androidButtonText, androidButtonTextColor, androidConsentHeading, androidFooterButtonText, }: IUseTruecaller) => {
initializeTruecaller: () => void;
openTruecallerModal: () => void;
isTruecallerSupported: () => any;
error: string | null;
errorCode: number | null;
user: IUser | null;
};
export { TRUECALLER_ANDROID_CUSTOMIZATIONS, TRUECALLER_ANDROID_EVENTS, } from './constants';
//# sourceMappingURL=index.d.ts.map