public final class AudioPlayerInterface extends Interface
| Modifier and Type | Class and Description |
|---|---|
static class |
AudioPlayerInterface.Builder
Builder used to construct a new
AudioPlayerInterface. |
| Modifier and Type | Field and Description |
|---|---|
static Class<AudioPlayerState> |
STATE_TYPE
The type of state returned for this interface, to be passed in as the second argument for
Context#getState(Interface, State<Interface>). |
| Modifier and Type | Method and Description |
|---|---|
static AudioPlayerInterface.Builder |
builder()
Returns a new builder instance used to construct a new
AudioPlayerInterface. |
public static final Class<AudioPlayerState> STATE_TYPE
Context#getState(Interface, State<Interface>).public static AudioPlayerInterface.Builder builder()
AudioPlayerInterface.Copyright © 2016. All rights reserved.