ExpansionFulfillmentStyle

public enum ExpansionFulfillmentStyle

Describes how expansion should be resolved once the action has been fulfilled.

  • Implies the item will be deleted upon action fulfillment.

    Declaration

    Swift

    case delete
  • Implies the item will be reset and the actions view hidden upon action fulfillment.

    Declaration

    Swift

    case reset