Aracılığıyla paylaş


ForegroundServiceTypeException Constructors

Definition

Overloads

ForegroundServiceTypeException(String)

Constructor.

ForegroundServiceTypeException(IntPtr, JniHandleOwnership)

ForegroundServiceTypeException(String)

Constructor.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=34)]
public ForegroundServiceTypeException (string message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=34)>]
new Android.App.ForegroundServiceTypeException : string -> Android.App.ForegroundServiceTypeException

Parameters

message
String
Attributes

Remarks

Constructor.

Java documentation for android.app.ForegroundServiceTypeException.ForegroundServiceTypeException(java.lang.String).

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

ForegroundServiceTypeException(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

Applies to