Skip to content

Commit

Permalink
Update docs with android details
Browse files Browse the repository at this point in the history
Limitation section will need an update once the lock-screen
implementation into Android SDK is finished
  • Loading branch information
123mpozzi committed Oct 18, 2024
1 parent 2d14fb7 commit 40be6a7
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/lockScreenControlConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export interface LockScreenControlConfig {
/**
* Enable the default behavior of displaying media information
* on the lock screen and within the control center.
*
* Default is `false`.
*
* For a detailed list of the supported features in the **default behavior**,
Expand All @@ -31,18 +32,25 @@ export interface LockScreenControlConfig {
* Here is the list of features supported by the default behavior.
*
* ### Populated Metadata
* - asset URL (to visualize the correct kind of data — _e.g. a waveform for audio files_)
* - media type (to visualize the correct kind of data — _e.g. a waveform for audio files_)
* - title
* - artwork
* - elapsed time
* - duration
*
* **Android-only**
* - source description
*
* **iOS-only**
* - live or VOD status
* - playback rate
* - default playback rate
* - elapsed time
* - duration
*
* ### Registered Commands
* - toggle play/pause
* - change playback position
*
* **iOS-only**
* - skip forward
* - skip backward
*/
Expand Down

0 comments on commit 40be6a7

Please sign in to comment.