Skip to content

Commit

Permalink
feat(android): expose Ti.Media.AudioPlayer.audioSessionId as read-onl…
Browse files Browse the repository at this point in the history
…y property
  • Loading branch information
sgtcoolguy committed Feb 12, 2021
1 parent 4da0b16 commit d8c64af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ public void stop()
}

@Kroll.method
@Kroll.getProperty
public int getAudioSessionId()
{
TiSound s = getSound();
Expand Down

0 comments on commit d8c64af

Please sign in to comment.