@dropless/react-native-zendesk-messaging
Version:
React Native wrapper for the Zendesk Messaging SDK
12 lines (11 loc) • 331 B
TypeScript
declare module '@dropless/react-native-zendesk-messaging' {
/**
* Initialises the Zendesk SDK
* @param channelKey The channel key configured in Zendesk Admin Centre
*/
export function initialise(channelKey: string): void;
/**
* Shows the Zendesk Messaging window
*/
export function showMessaging(): void;
}