TvInputService.Session コンストラクター

定義

オーバーロード

TvInputService.Session(Context)

新しいセッションを作成します。

TvInputService.Session(IntPtr, JniHandleOwnership)

TvInputService.Session(Context)

新しいセッションを作成します。

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

パラメーター

context
Context

アプリケーションのコンテキスト

属性

注釈

新しいセッションを作成します。

android.media.tv.TvInputService.Session.TvInputService$Session(android.content.Context)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象

TvInputService.Session(IntPtr, JniHandleOwnership)

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

パラメーター

javaReference
IntPtr

nativeint

注釈

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象