ConfirmationAction

public enum ConfirmationAction

Represents actions taken for confirmation.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • yes

    Action to confirm with “yes”.

    Declaration

    Swift

    case yes
  • no

    Action to decline with “no”.

    Declaration

    Swift

    case no