klaviyo-react-native-sdk
Version:
Official Klaviyo React Native SDK
11 lines (10 loc) • 309 B
text/typescript
/**
* Interface for the Klaviyo Forms API
*/
export interface KlaviyoFormsApi {
/**
* Load in-app forms data and display a form to the user if applicable based on the forms
* configured in your Klaviyo account. Note [Klaviyo.initialize] must be called first
*/
registerForInAppForms(): void;
}