public static interface

RemoteMediaClient.MediaChannelResult

implements Result
com.google.android.gms.cast.framework.media.RemoteMediaClient.MediaChannelResult

Class Overview

Result of a media command.

Summary

Public Methods
abstract JSONObject getCustomData()
Custom data received from the receiver application.
[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. If no custom data was received, this method returns null.

Returns
JSONObject