TvInteractiveAppView.TvInteractiveAppCallback Class

Definition

Callback used to receive various status updates on the TvInteractiveAppView.

[Android.Runtime.Register("android/media/tv/interactive/TvInteractiveAppView$TvInteractiveAppCallback", ApiSince=33, DoNotGenerateAcw=true)]
public abstract class TvInteractiveAppView.TvInteractiveAppCallback : Java.Lang.Object
[<Android.Runtime.Register("android/media/tv/interactive/TvInteractiveAppView$TvInteractiveAppCallback", ApiSince=33, DoNotGenerateAcw=true)>]
type TvInteractiveAppView.TvInteractiveAppCallback = class
    inherit Object
Inheritance
TvInteractiveAppView.TvInteractiveAppCallback
Attributes

Remarks

Callback used to receive various status updates on the TvInteractiveAppView.

Java documentation for android.media.tv.interactive.TvInteractiveAppView.TvInteractiveAppCallback.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Constructors

TvInteractiveAppView.TvInteractiveAppCallback()
TvInteractiveAppView.TvInteractiveAppCallback(IntPtr, JniHandleOwnership)

Properties

Class

Returns the runtime class of this Object.

(Inherited from Object)
Handle

The handle to the underlying Android instance.

(Inherited from Object)
JniIdentityHashCode (Inherited from Object)
JniPeerMembers
PeerReference (Inherited from Object)
ThresholdClass
ThresholdType

Methods

Clone()

Creates and returns a copy of this object.

(Inherited from Object)
Dispose() (Inherited from Object)
Dispose(Boolean) (Inherited from Object)
Equals(Object)

Indicates whether some other object is "equal to" this one.

(Inherited from Object)
GetHashCode()

Returns a hash code value for the object.

(Inherited from Object)
JavaFinalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

(Inherited from Object)
Notify()

Wakes up a single thread that is waiting on this object's monitor.

(Inherited from Object)
NotifyAll()

Wakes up all threads that are waiting on this object's monitor.

(Inherited from Object)
OnBiInteractiveAppCreated(String, Uri, String)

This is called when broadcast-independent (BI) interactive app is created.

OnPlaybackCommandRequest(String, String, Bundle)

This is called when a playback command is requested to be processed by the related TV input.

OnRequestAvailableSpeeds(String)

This is called when TvInteractiveAppService.Session#requestAvailableSpeeds() is called.

OnRequestCurrentChannelLcn(String)

This is called when TvInteractiveAppService.Session#requestCurrentChannelLcn() is called.

OnRequestCurrentChannelUri(String)

This is called when TvInteractiveAppService.Session#requestCurrentChannelUri() is called.

OnRequestCurrentTvInputId(String)

This is called when TvInteractiveAppService.Session#requestCurrentTvInputId() is called.

OnRequestCurrentVideoBounds(String)

This is called when TvInteractiveAppService.Session#requestCurrentVideoBounds() is called.

OnRequestScheduleRecording(String, String, String, Uri, Int64, Int64, RecordingWeekDays, Bundle)

This is called when TvInteractiveAppService.Session#requestScheduleRecording(String, String, Uri, long, long, int, Bundle) is called.

OnRequestScheduleRecording(String, String, String, Uri, Uri, Bundle)

This is called when TvInteractiveAppService.Session#requestScheduleRecording(String, String, Uri, Uri, Bundle) is called.

OnRequestSigning(String, String, String, String, Byte[])

This is called when TvInteractiveAppService.Session#requestSigning(String, String, String, byte[]) is called.

OnRequestStartRecording(String, String, Uri)

This is called when TvInteractiveAppService.Session#requestStartRecording(String, Uri) is called.

OnRequestStopRecording(String, String)

This is called when TvInteractiveAppService.Session#requestStopRecording(String) is called.

OnRequestStreamVolume(String)

This is called when TvInteractiveAppService.Session#requestStreamVolume() is called.

OnRequestTimeShiftMode(String)

This is called when TvInteractiveAppService.Session#requestTimeShiftMode() is called.

OnRequestTrackInfoList(String)

This is called when TvInteractiveAppService.Session#requestTrackInfoList() is called.

OnRequestTvRecordingInfo(String, String)

This is called when TvInteractiveAppService.Session#requestTvRecordingInfo(String) is called.

OnRequestTvRecordingInfoList(String, RecordingStatus)

This is called when TvInteractiveAppService.Session#requestTvRecordingInfoList(int) is called.

OnSetTvRecordingInfo(String, String, TvRecordingInfo)

This is called when TvInteractiveAppService.Session#setTvRecordingInfo(String, TvRecordingInfo) is called.

OnSetVideoBounds(String, Rect)

This is called when TvInteractiveAppService.Session#setVideoBounds(Rect) is called.

OnStateChanged(String, Int32, Int32)

This is called when the state of corresponding interactive app is changed.

OnTeletextAppStateChanged(String, Int32)

This is called when the digital teletext app state is changed.

OnTimeShiftCommandRequest(String, String, Bundle)

This is called when a time shift command is requested to be processed by the related TV input.

SetHandle(IntPtr, JniHandleOwnership)

Sets the Handle property.

(Inherited from Object)
ToArray<T>() (Inherited from Object)
ToString()

Returns a string representation of the object.

(Inherited from Object)
UnregisterFromRuntime() (Inherited from Object)
Wait()

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>.

(Inherited from Object)
Wait(Int64)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)
Wait(Int64, Int32)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)

Explicit Interface Implementations

IJavaPeerable.Disposed() (Inherited from Object)
IJavaPeerable.DisposeUnlessReferenced() (Inherited from Object)
IJavaPeerable.Finalized() (Inherited from Object)
IJavaPeerable.JniManagedPeerState (Inherited from Object)
IJavaPeerable.SetJniIdentityHashCode(Int32) (Inherited from Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) (Inherited from Object)
IJavaPeerable.SetPeerReference(JniObjectReference) (Inherited from Object)

Extension Methods

JavaCast<TResult>(IJavaObject)

Performs an Android runtime-checked type conversion.

JavaCast<TResult>(IJavaObject)
GetJniTypeName(IJavaPeerable)

Applies to