Пример #1
0
 /// <summary>
 /// Detaches the current thread - should be called in any thread outside of the main thread where this object is used after it's done with it.
 /// </summary>
 public void DetachThread()
 {
     _jniWrapper.DetachThread();
 }