TvInteractiveAppView.NotifyError(String, Bundle) Method
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.
Notifies the corresponding TvInteractiveAppService
when there is an error.
[Android.Runtime.Register("notifyError", "(Ljava/lang/String;Landroid/os/Bundle;)V", "GetNotifyError_Ljava_lang_String_Landroid_os_Bundle_Handler", ApiSince=33)]
public virtual void NotifyError (string errMsg, Android.OS.Bundle params);
[<Android.Runtime.Register("notifyError", "(Ljava/lang/String;Landroid/os/Bundle;)V", "GetNotifyError_Ljava_lang_String_Landroid_os_Bundle_Handler", ApiSince=33)>]
abstract member NotifyError : string * Android.OS.Bundle -> unit
override this.NotifyError : string * Android.OS.Bundle -> unit
Parameters
- errMsg
- String
the message of the error.
- params
- Bundle
additional parameters of the error. For example, the signingId of TvInteractiveAppCallback#onRequestSigning(String, String, String, String, byte[])
can be
included to identify the related signing request, and the method name "onRequestSigning"
can also be added to the params.
- Attributes
Remarks
Notifies the corresponding TvInteractiveAppService
when there is an error.
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.