Skip to main content
@smokeballdev/smokeball-client-sdk

Interface: Api

Entry point for forms in Smokeball.

Methods

open()

open(request): Promise<OpenFormResult>
Opens the specified form in the native app.

Parameters

request
FormRequest

Returns

Promise<OpenFormResult>

Example