IntentService Constructors

Definition

Overloads

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

IntentService()

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

Remarks

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

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

Parameters

name
String
Attributes

Remarks

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

IntentService(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

Remarks

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