public final class AudioPlayerState extends State<AudioPlayerInterface>
| Modifier and Type | Class and Description |
|---|---|
static class |
AudioPlayerState.Builder
Builder used to construct a new
PlaybackState. |
| Modifier and Type | Method and Description |
|---|---|
static AudioPlayerState.Builder |
builder()
Returns a new builder instance used to construct a new
PlaybackState. |
Class<AudioPlayerInterface> |
getInterfaceClass() |
Long |
getOffsetInMilliseconds() |
PlayerActivity |
getPlayerActivity() |
String |
getToken() |
public static AudioPlayerState.Builder builder()
PlaybackState.public Long getOffsetInMilliseconds()
public String getToken()
public PlayerActivity getPlayerActivity()
public Class<AudioPlayerInterface> getInterfaceClass()
getInterfaceClass in class State<AudioPlayerInterface>Copyright © 2016. All rights reserved.