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.

    Declaration

    Swift

    case add
  • Delete the sticker.

    Declaration

    Swift

    case delete
  • Undo

    Declaration

    Swift

    case undo
  • Redo

    Declaration

    Swift

    case redo
  • Flip the s ticker

    Declaration

    Swift

    case flip
  • Bring the sticker to the front

    Declaration

    Swift

    case bringToFront