Share via


IntentService コンストラクター

定義

オーバーロード

IntentService()
IntentService(String)
IntentService(IntPtr, JniHandleOwnership)

IntentService()

[Android.Runtime.Preserve(Conditional=true)]
[Android.Runtime.Register(".ctor", "()V", "")]
protected IntentService ();
属性

注釈

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

適用対象

IntentService(String)

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public IntentService (string? name);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Android.App.IntentService : string -> Android.App.IntentService

パラメーター

name
String
属性

注釈

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

適用対象

IntentService(IntPtr, JniHandleOwnership)

protected IntentService (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.App.IntentService : nativeint * Android.Runtime.JniHandleOwnership -> Android.App.IntentService

パラメーター

javaReference
IntPtr

nativeint

注釈

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

適用対象