LivenessViewSection

@MainActor
struct LivenessViewSection : View

A struct to handle the liveness view section.

  • Declaration

    Swift

    @Binding
    @MainActor
    var isLivnessEnable: Bool { get nonmutating set }
  • Declaration

    Swift

    @MainActor
    var body: some View { get }