-
- 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 VerizonMediaAssetInfoResponseEvent implements VerizonMediaResponseEvent
Fired when ASSETINFORESPONSE occurs for VerizonMedia.
- Occurs when a Asset Info response is received.
-
-
Method Summary
Modifier and Type Method Description abstract VerizonMediaAssetInfoResponse
getResponse()
The Verizon Media Asset Info response instance. -
-
Method Detail
-
getResponse
@NonNull() abstract VerizonMediaAssetInfoResponse getResponse()
The Verizon Media Asset Info response instance.
-
-
-
-