Version: 2022.3
언어: 한국어

AndroidJNI.DetachCurrentThread

매뉴얼로 전환
public static int DetachCurrentThread ();

설명

Detaches the current thread from a Java (Dalvik) VM.

A thread must be detached from the VM before exiting.

See Also: Java Native Interface Specification (Oracle)