RemoteMediaClient.MediaChannelResult

public static interface RemoteMediaClient.MediaChannelResult implements Result

The result of a media command.

Public Method Summary

abstract JSONObject
getCustomData()
Custom data received from the receiver application.
abstract MediaError
getMediaError()
The error received from the receiver application.

Inherited Method Summary

Public Methods

public abstract JSONObject getCustomData ()

Custom data received from the receiver application. If no custom data was received, this method returns null.

public abstract MediaError getMediaError ()

The error received from the receiver application. If no error was received, this method returns null.