RunningServiceInfo
InterfaceConsts
FlagForeground
FlagPersistentProcess
FlagStarted
FlagSystemProcess
RunningServiceInfo()
RunningServiceInfo(IntPtr, JniHandleOwnership)
ActiveSince
ClientCount
ClientLabel
ClientPackage
CrashCount
Creator
Flags
Foreground
JniPeerMembers
LastActivityTime
Pid
Process
Restarting
Service
Started
ThresholdClass
ThresholdType
Uid
DescribeContents()
ReadFromParcel(Parcel)
WriteToParcel(Parcel, ParcelableWriteFlags)
monoandroid
namespace Android.App
{
[Register("android/app/ActivityManager", DoNotGenerateAcw = true)]
public class ActivityManager : Object
{
[Register("android/app/ActivityManager$RunningServiceInfo", DoNotGenerateAcw = true)]
public class RunningServiceInfo : Object, IParcelable, IJavaObject, IJavaPeerable, IDisposable
{
[Obsolete("This constant will be removed in the future version. Use Android.App.ServiceInfoFlags enum directly instead of this field.", true)]
[Register("FLAG_PERSISTENT_PROCESS")]
public const ServiceInfoFlags FlagPersistentProcess = ServiceInfoFlags.PersistentProcess;
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | This constant will be removed in the future version. Use Android.App.ServiceInfoFlags enum directly instead of this field. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API