SQLiteClosable.OnAllReferencesReleased Method

Definition

Called when the last reference to the object was released by a call to #releaseReference() or #close().

[Android.Runtime.Register("onAllReferencesReleased", "()V", "GetOnAllReferencesReleasedHandler")]
protected abstract void OnAllReferencesReleased ();
[<Android.Runtime.Register("onAllReferencesReleased", "()V", "GetOnAllReferencesReleasedHandler")>]
abstract member OnAllReferencesReleased : unit -> unit
Attributes

Remarks

Called when the last reference to the object was released by a call to #releaseReference() or #close().

Java documentation for android.database.sqlite.SQLiteClosable.onAllReferencesReleased().

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