-
- 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 VerizonMediaPingResponseEvent implements VerizonMediaResponseEvent
Fired when PINGRESPONSE occurs for VerizonMedia.
- Occurs when a Ping response is received.
-
-
Method Summary
Modifier and Type Method Description abstract String
getResponse()
The JSON String representation of the Ping response. -
-
Method Detail
-
getResponse
@NonNull() abstract String getResponse()
The JSON String representation of the Ping response.
-
-
-
-