RemoteMainAction

public enum RemoteMainAction

Represents the possible actions for the main remote control button.

  • Toggles between play and pause states.

    Declaration

    Swift

    case playPauseToggle
  • Stops the current playback.

    Declaration

    Swift

    case stopPlayback