Share via


TvInteractiveAppView.TvInteractiveAppCallback.OnRequestCertificate Method

Definition

This is called when TvInteractiveAppService.Session#requestCertificate(String, int) is called.

[Android.Runtime.Register("onRequestCertificate", "(Ljava/lang/String;Ljava/lang/String;I)V", "GetOnRequestCertificate_Ljava_lang_String_Ljava_lang_String_IHandler", ApiSince=36)]
public virtual void OnRequestCertificate(string iAppServiceId, string host, int port);
[<Android.Runtime.Register("onRequestCertificate", "(Ljava/lang/String;Ljava/lang/String;I)V", "GetOnRequestCertificate_Ljava_lang_String_Ljava_lang_String_IHandler", ApiSince=36)>]
abstract member OnRequestCertificate : string * string * int -> unit
override this.OnRequestCertificate : string * string * int -> unit

Parameters

iAppServiceId
String

The ID of the TV interactive app service bound to this view.

host
String

The hostname of the SSL authentication server.

port
Int32

The port of the SSL authentication server.

Attributes

Remarks

This is called when TvInteractiveAppService.Session#requestCertificate(String, int) is called.

Java documentation for android.media.tv.interactive.TvInteractiveAppView.TvInteractiveAppCallback.onRequestCertificate(java.lang.String, java.lang.String, int).

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