Android.App.ApplicationErrorReport.RunningServiceInfo Class
Describes a running service report.
See Also: ApplicationErrorReport+RunningServiceInfo
Syntax
[Android.Runtime.Register("android/app/ApplicationErrorReport$RunningServiceInfo", DoNotGenerateAcw=true)]
public class ApplicationErrorReport.RunningServiceInfo : Object
public class ApplicationErrorReport.RunningServiceInfo : Object
Remarks
Describes a running service report.
Requirements
Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14
The members of Android.App.ApplicationErrorReport.RunningServiceInfo are listed below.
See Also: Object
Public Constructors
Create an uninitialized instance of RunningServiceInfo. | ||
Create an instance of RunningServiceInfo initialized from a Parcel. |
Protected Constructors
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Public Properties
DurationMillis | Int64. Duration in milliseconds that the service has been running. | |
ServiceDetails | String. Dump of debug information about the service. |
Protected Properties
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Public Methods
Dump(IPrinter, String)Dump a BatteryInfo instance to a Printer. | ||
WriteToParcel(Parcel, ParcelableWriteFlags)Save a RunningServiceInfo instance to a parcel. |