klaviyo-react-native-sdk
Version:
Official Klaviyo React Native SDK
11 lines • 354 B
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;
}
//# sourceMappingURL=Forms.d.ts.map