-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
,com.theoplayer.android.api.event.verizonmedia.VerizonMediaEvent
,com.theoplayer.android.api.event.verizonmedia.VerizonMediaResponseEvent
public interface VerizonMediaPreplayResponseEvent implements VerizonMediaResponseEvent
Fired when PREPLAYRESPONSE occurs for VerizonMedia.
- When the getVerizonMediaPreplayResponseType of the Preplay Response is:
- VOD: cast it to VerizonMediaPreplayVodResponse (using instanceof).
- LIVE: cast it to VerizonMediaPreplayLiveResponse (using instanceof).
-
-
Method Summary
Modifier and Type Method Description abstract VerizonMediaPreplayBaseResponse
getResponse()
The VerizonMediaPreplayBaseResponse. -
-
Method Detail
-
getResponse
@NonNull() abstract VerizonMediaPreplayBaseResponse getResponse()
The VerizonMediaPreplayBaseResponse.
- When the response is of type:
- VOD: cast it to VerizonMediaPreplayVodResponse (using instanceof).
- LIVE: cast it to VerizonMediaPreplayLiveResponse (using instanceof).
-
-
-
-