RemoteMediaPlayer.MediaChannelResult

public static interface RemoteMediaPlayer.MediaChannelResult implements Result

This interface is deprecated.
See Migrate Android Sender App from Cast SDK v2 to v3.

Result of a media command.

Public Method Summary

abstract JSONObject
getCustomData()
Custom data received from the receiver application, when a media command fails.

Inherited Method Summary

Public Methods

public abstract JSONObject getCustomData ()

Custom data received from the receiver application, when a media command fails. If no custom data was received, this method returns null.