Bixby Developer Center

References

confirm

optional

Enables you to conditionally determine if an action requires a confirmation or to change the type of confirmation required.

Examples

confirm {
if (myInput > 65) {
by (MyConfirmation)
}
}
  confirm {
by (core.Confirmation)
}

View af73a25 on GitHub

  confirm {
by (CancelConfirmation)
}

View 6452bfa on GitHub

Child Keys

by
optional
Allows you to conditionally determine which NodeID you want to use to confirm an action, which in turn determines which confirmation-view to use