PrismSessionView

fun PrismSessionView(prismSession: PrismSession, onDismiss: () -> Unit)

PrismSessionView is the main entry point for the Prism SDK. It is responsible for managing the different states of the capture session. It is also responsible for managing the different views that are shown to the user.

Parameters

prismSession

The prism session that is being managed by the PrismSessionView

onDismiss

Callback that is called when the user dismisses the PrismSessionView