Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • MusicControlsManagerProvider

Index

Constructors

constructor

Properties

Private currentSong

currentSong: ISong

Private events

events: Events

Private isPlaying

isPlaying: boolean

Private musicControls

musicControls: MusicControls

Private plt

plt: Platform

Private tracker

Methods

Private createMusicControls

  • createMusicControls(currentSong: ISong, isPlaying: boolean): void

Private destroyMusicControls

  • destroyMusicControls(): void

init

  • init(currentSong: ISong, isPlaying: boolean): void

Private onMusicControlsEvent

  • onMusicControlsEvent(action: any): void

Private onPlatformReady

  • onPlatformReady(): void

Private trackEventIfNeeded

  • trackEventIfNeeded(msg: any): void

updatePlayState

  • updatePlayState(isPlaying: boolean): void