public static interface

RemoteMediaPlayer.MediaChannelResult

implements Result
com.google.android.gms.cast.RemoteMediaPlayer.MediaChannelResult

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

Class Overview

Result of a media command.

Summary

Public Methods
abstract JSONObject getCustomData()
Custom data received from the receiver application, when a media command fails.
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Result

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.

Returns
JSONObject