StickerOverlayAction

@objc public enum StickerOverlayAction: Int

The overlay actions that can be used in an instance of StickerToolControllerOptions.

  • add: Switch to the add sticker UI.
  • delete: Delete the sticker.
  • undo: Undo
  • redo: Redo
  • add

    Switch to the add sticker UI.

    Declaration

    Swift

    case add
  • Delete the sticker.

    Declaration

    Swift

    case delete
  • Undo

    Declaration

    Swift

    case undo
  • Redo

    Declaration

    Swift

    case redo