ProApiSubbable class abstract

this class stores the string constants representing ProPresenter endpoints that can be subscribed to using the /status/updates endpoint

Constructors

ProApiSubbable()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

audioPlaylistUpdates(String playlistId) String
audio/playlist/{id}/updates
libraryUpdates(String libraryId) String
  • library/{id}
  • mediaPlaylistUpdates(String playlistId) String
  • media/playlist/{id}/updates
  • transportCurrent(String layerId) String
  • transport/{layer}/current
  • transportTime(String layerId) String
  • transport/{layer}/time
  • Constants

    activeAnnouncementTimeline → const String
    Advertised to work but does not in 7.9
    activePresentationTimeline → const String
    all → const List<String>
    allTimers → const String
    audienceScreens → const String
    captureStatus → const String
    currentLook → const String
    currentPlaylist → const String
    Advertised to work but does not in 7.9
    currentPresentation → const String
    currentSlideIndex → const String
    currentTimers → const String
    focusedPresentationTimeline → const String
    layersStatus → const String
    messages → const String
    screens → const String
    slideStatus → const String
    stageMessage → const String
    stageScreens → const String
    systemTime → const String
    videoCountdown → const String