- destruct() - Method in class com.facebook.jni.DestructorThread.Destructor
-
Callback which is invoked when the original object has been garbage collected.
- destruct() - Method in class com.facebook.jni.HybridData.Destructor
-
- Destructor(Object) - Constructor for class com.facebook.jni.DestructorThread.Destructor
-
- DestructorThread - Class in com.facebook.jni
-
A thread which invokes the "destruct" routine for objects after they have been garbage collected.
- DestructorThread() - Constructor for class com.facebook.jni.DestructorThread
-
- DestructorThread.Destructor - Class in com.facebook.jni
-
N.B The Destructor SHOULD NOT refer back to its referent object either explicitly or
implicitly (for example, as a non-static inner class).
- DoNotStrip - Annotation Type in com.facebook.jni.annotations
-
Add this annotation to a class, method, or field to instruct Proguard to not strip it out.