public static interface

RemoteMediaPlayer.MediaChannelResult

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

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.