Share via


TranslationResponseValue.StatusCode Property

Definition

The status code of this TranslationResponseValue.

public int StatusCode { [Android.Runtime.Register("getStatusCode", "()I", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getStatusCode", "()I", "", ApiSince=31)>]
member this.StatusCode : int

Property Value

Attributes

Remarks

The status code of this TranslationResponseValue.

If the status code is #STATUS_ERROR, no values are attached, and all getters will return null.

Java documentation for android.view.translation.TranslationResponseValue.getStatusCode().

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.

Applies to