Start MediaNotification (🚨 Android only)
Configure the notification information and show the mediaNotification paused. If start is used twice, the second time will replace the first.
Example:
await Eitri.mediaNotification.start({
   track: "Music title",
   artist: "Some artist"
})
- API LEVEL
19- Functionality added
Generated using TypeDoc
🚨 This feature is Android only