IViewTranslationCallback Interface

Definition

Callback for handling the translated information show or hide in the View.

[Android.Runtime.Register("android/view/translation/ViewTranslationCallback", "", "Android.Views.Translation.IViewTranslationCallbackInvoker", ApiSince=31)]
public interface IViewTranslationCallback : Android.Runtime.IJavaObject, IDisposable, Java.Interop.IJavaPeerable
[<Android.Runtime.Register("android/view/translation/ViewTranslationCallback", "", "Android.Views.Translation.IViewTranslationCallbackInvoker", ApiSince=31)>]
type IViewTranslationCallback = interface
    interface IJavaObject
    interface IDisposable
    interface IJavaPeerable
Attributes
Implements

Remarks

Callback for handling the translated information show or hide in the View.

When the platform intelligence starts translation of an app's ui, the system will call View#dispatchCreateViewTranslationRequest to collect the ViewTranslationRequests for translation purpose by traversing the hierarchy then send to translation service. After receiving the ViewTranslationResponse, the system will call ViewTranslationCallback#onShowTranslation(View) to show the translated information for the View.

Java documentation for android.view.translation.ViewTranslationCallback.

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.

Properties

Handle

Gets the JNI value of the underlying Android object.

(Inherited from IJavaObject)
JniIdentityHashCode

Returns the value of java.lang.System.identityHashCode() for the wrapped instance.

(Inherited from IJavaPeerable)
JniManagedPeerState

State of the managed peer.

(Inherited from IJavaPeerable)
JniPeerMembers

Member access and invocation support.

(Inherited from IJavaPeerable)
PeerReference

Returns a JniObjectReference of the wrapped Java object instance.

(Inherited from IJavaPeerable)

Methods

Disposed()

Called when the instance has been disposed.

(Inherited from IJavaPeerable)
DisposeUnlessReferenced()

If there are no outstanding references to this instance, then calls Dispose(); otherwise, does nothing.

(Inherited from IJavaPeerable)
Finalized()

Called when the instance has been finalized.

(Inherited from IJavaPeerable)
OnClearTranslation(View)

Called when the translation state is no longer needed.

OnHideTranslation(View)

Called when user wants to view the original content instead of the translated content.

OnShowTranslation(View)

Called when the translated text is ready to show or if the user has requested to reshow the translated content after hiding it.

SetJniIdentityHashCode(Int32)

Set the value returned by JniIdentityHashCode.

(Inherited from IJavaPeerable)
SetJniManagedPeerState(JniManagedPeerStates) (Inherited from IJavaPeerable)
SetPeerReference(JniObjectReference)

Set the value returned by PeerReference.

(Inherited from IJavaPeerable)
UnregisterFromRuntime()

Unregister this instance so that the runtime will not return it from future Java.Interop.JniRuntime+JniValueManager.PeekValue invocations.

(Inherited from IJavaPeerable)

Extension Methods

JavaCast<TResult>(IJavaObject)

Performs an Android runtime-checked type conversion.

JavaCast<TResult>(IJavaObject)
GetJniTypeName(IJavaPeerable)

Applies to