Launches a Subflow that uses native platform functionality. The native flow must be handled by a registered native subflow handler on the client.
| Property | Type | Required | Description |
|---|---|---|---|
id | String | Yes | Identifies which native flow should be launched. This ID must match a handler registered on the client platform. |
payload | Any | No | Optional configuration payload for the native flow. The structure is determined by the native handler implementation. |
type | String | Yes | It must be native. |