public static final class ExoPlayer.ExoPlayerMessage
extends java.lang.Object
ExoPlayer.ExoPlayerComponent to receive it.| Modifier and Type | Field and Description |
|---|---|
java.lang.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,
java.lang.Object message) |
public final ExoPlayer.ExoPlayerComponent target
public final int messageType
public final java.lang.Object message
public ExoPlayerMessage(ExoPlayer.ExoPlayerComponent target, int messageType, java.lang.Object message)
target - The target of the message.messageType - The message type.message - The message.