TvInputService.HardwareSession 构造函数

定义

重载

TvInputService.HardwareSession(Context)

创建新的 HardwareSession。

TvInputService.HardwareSession(IntPtr, JniHandleOwnership)

TvInputService.HardwareSession(Context)

创建新的 HardwareSession。

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")]
public HardwareSession (Android.Content.Context? context);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")>]
new Android.Media.TV.TvInputService.HardwareSession : Android.Content.Context -> Android.Media.TV.TvInputService.HardwareSession

参数

context
Context

应用程序的上下文

属性

注解

创建新的 HardwareSession。

适用于 . 的 android.media.tv.TvInputService.HardwareSession.TvInputService$HardwareSession(android.content.Context)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

TvInputService.HardwareSession(IntPtr, JniHandleOwnership)

protected HardwareSession (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Media.TV.TvInputService.HardwareSession : nativeint * Android.Runtime.JniHandleOwnership -> Android.Media.TV.TvInputService.HardwareSession

参数

javaReference
IntPtr

nativeint

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于