TvInteractiveAppView.ErrorKeyMethodName Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The name of the method where the error happened, if applicable.
[Android.Runtime.Register("ERROR_KEY_METHOD_NAME", ApiSince=33)]
public const string ErrorKeyMethodName;
[<Android.Runtime.Register("ERROR_KEY_METHOD_NAME", ApiSince=33)>]
val mutable ErrorKeyMethodName : string
Field Value
- Attributes
Remarks
The name of the method where the error happened, if applicable. For example, if there is an error during signing, the request name is "onRequestSigning".
Java documentation for android.media.tv.interactive.TvInteractiveAppView.ERROR_KEY_METHOD_NAME
.
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.