public static final class ExoPlayer.ExoPlayerMessage extends Object
ExoPlayer.ExoPlayerComponent to receive it.| Modifier and Type | Field and Description |
|---|---|
Object |
message
The message.
|
int |
messageType
The type of the message.
|
ExoPlayer.ExoPlayerComponent |
target
The target to receive the message.
|
| Constructor and Description |
|---|
ExoPlayerMessage(ExoPlayer.ExoPlayerComponent target,
int messageType,
Object message) |
public final ExoPlayer.ExoPlayerComponent target
public final int messageType
public final Object message
public ExoPlayerMessage(ExoPlayer.ExoPlayerComponent target, int messageType, Object message)
target - The target of the message.messageType - The message type.message - The message.