Music Player< Only android support >

Sets player state

Set music player state.

_blePlugin.setPlayerState(PlayerStateType);

Parameter Description :

PlayerStateType:

typevaluevalue description
musicPlayerPauseintpause
musicPlayerPlayintplay

Sets song name

_blePlugin.sendSongTitle(String title);

Sets lyrics

_blePlugin.sendLyrics(String lyrics);

Close music control

_blePlugin.closePlayerControl;

Sets max volume

_blePlugin.sendMaxVolume(int volume);

Sets current volumed

_blePlugin.sendCurrentVolume(int volume);
Last Updated: