Share via


TvInteractiveAppView.SendSigningResult(String, Byte[]) Method

Definition

Sends signing result to related TV interactive app.

[Android.Runtime.Register("sendSigningResult", "(Ljava/lang/String;[B)V", "GetSendSigningResult_Ljava_lang_String_arrayBHandler", ApiSince=33)]
public virtual void SendSigningResult (string signingId, byte[] result);
[<Android.Runtime.Register("sendSigningResult", "(Ljava/lang/String;[B)V", "GetSendSigningResult_Ljava_lang_String_arrayBHandler", ApiSince=33)>]
abstract member SendSigningResult : string * byte[] -> unit
override this.SendSigningResult : string * byte[] -> unit

Parameters

signingId
String

the ID to identify the request. It's the same as the corresponding ID in TvInteractiveAppService.Session#requestSigning(String, String, String, byte[])

result
Byte[]

the signed result.

Attributes

Remarks

Sends signing result to related TV interactive app.

This is used when the corresponding server of the broadcast-independent interactive app requires signing during handshaking, and the interactive app service doesn't have the built-in private key. The private key is provided by the content providers and pre-built in the related app, such as TV app.

Java documentation for android.media.tv.interactive.TvInteractiveAppView.sendSigningResult(java.lang.String, byte[]).

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