Action

public enum Action : String, Codable

Represents actions that client could perform in response to handling a StreamTimelineEvent

  • Represents no action

    Declaration

    Swift

    case none
  • Represents suggested action is start playback with metadata

    Declaration

    Swift

    case startPlayback
  • Represents suggested action is stop playback

    Declaration

    Swift

    case stopPlayback
  • Represent suggested action is show the event

    Declaration

    Swift

    case show
  • Represent suggested action is hide the event

    Declaration

    Swift

    case hide