ComponentCallbacks2Consts
ComponentCallbacks2Consts
Class
Definition
Warning
This API is now obsolete.
[Android.Runtime.Register("android/content/ComponentCallbacks2", ApiSince=14, DoNotGenerateAcw=true)]
[System.Obsolete("Use the 'ComponentCallbacks2' type. This type will be removed in a future release.")]
public abstract class ComponentCallbacks2Consts : Android.Content.ComponentCallbacks2
type ComponentCallbacks2Consts = class
inherit ComponentCallbacks2
- Inheritance
-
ComponentCallbacks2ConstsComponentCallbacks2Consts
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the
Fields
TrimMemoryBackground TrimMemoryBackground
M:Android.App.Application.OnTrimMemory
(Inherited from ComponentCallbacks2)TrimMemoryComplete TrimMemoryComplete
M:Android.App.Application.OnTrimMemory
(Inherited from ComponentCallbacks2)TrimMemoryModerate TrimMemoryModerate
TrimMemoryRunningCritical TrimMemoryRunningCritical
TrimMemoryRunningLow TrimMemoryRunningLow
M:Android.App.Application.OnTrimMemory
(Inherited from ComponentCallbacks2)TrimMemoryRunningModerate TrimMemoryRunningModerate
M:Android.App.Application.OnTrimMemory
(Inherited from ComponentCallbacks2)TrimMemoryUiHidden TrimMemoryUiHidden
M:Android.App.Application.OnTrimMemory
(Inherited from ComponentCallbacks2)Properties
Class Class
Handle Handle
The handle to the underlying Android instance.
(Inherited from Object)IJavaObjectEx.IsProxy IJavaObjectEx.IsProxy
IJavaObjectEx.KeyHandle IJavaObjectEx.KeyHandle
IJavaObjectEx.NeedsActivation IJavaObjectEx.NeedsActivation
IJavaPeerable.JniManagedPeerState IJavaPeerable.JniManagedPeerState
JniIdentityHashCode JniIdentityHashCode
JniPeerMembers JniPeerMembers
PeerReference PeerReference
ThresholdClass ThresholdClass
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
(Inherited from Object)ThresholdType ThresholdType
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
(Inherited from Object)Methods
Clone() Clone()
Creates and returns a copy of this Object
.
Dispose() Dispose()
Dispose(Boolean) Dispose(Boolean)
Equals(Object) Equals(Object)
Compares this instance with the specified object and indicates if they are equal.
(Inherited from Object)GetHashCode() GetHashCode()
Returns an integer hash code for this object.
(Inherited from Object)JavaFinalize() JavaFinalize()
Invoked when the garbage collector has detected that this instance is no longer reachable.
(Inherited from Object)Notify() Notify()
Causes a thread which is waiting on this object's monitor (by means of
calling one of the wait()
methods) to be woken up.
NotifyAll() NotifyAll()
Causes all threads which are waiting on this object's monitor (by means
of calling one of the wait()
methods) to be woken up.
SetHandle(IntPtr, JniHandleOwnership) SetHandle(IntPtr, JniHandleOwnership)
ToArray()
ToArray()
ToString() ToString()
Returns a string containing a concise, human-readable description of this object.
(Inherited from Object)UnregisterFromRuntime() UnregisterFromRuntime()
Wait() Wait()
Causes the calling thread to wait until another thread calls the notify()
or notifyAll()
method of this object.
Wait(Int64) Wait(Int64)
Causes the calling thread to wait until another thread calls the notify()
or notifyAll()
method of this object or until the
specified timeout expires.
Wait(Int64, Int32) Wait(Int64, Int32)
Causes the calling thread to wait until another thread calls the notify()
or notifyAll()
method of this object or until the
specified timeout expires.
Explicit Interface Implementations
IJavaObjectEx.ToLocalJniHandle() IJavaObjectEx.ToLocalJniHandle()
IJavaPeerable.Disposed() IJavaPeerable.Disposed()
IJavaPeerable.DisposeUnlessReferenced() IJavaPeerable.DisposeUnlessReferenced()
IJavaPeerable.Finalized() IJavaPeerable.Finalized()
IJavaPeerable.SetJniIdentityHashCode(Int32) IJavaPeerable.SetJniIdentityHashCode(Int32)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)
IJavaPeerable.SetPeerReference(JniObjectReference) IJavaPeerable.SetPeerReference(JniObjectReference)
Extension Methods
JavaCast<TResult>(IJavaObject) JavaCast<TResult>(IJavaObject) |
Performs an Android runtime-checked type conversion. |
JavaCast<TResult>(IJavaObject) JavaCast<TResult>(IJavaObject) | |
GetJniTypeName(IJavaPeerable) GetJniTypeName(IJavaPeerable) |