f.Native.close()

f.Native.close()

개요

close()를 통해 앱을 강제 종료시킬 수 있습니다.

예시

//앱 강제종료
f.Native.close()  // 반환값 : 없음

Last updated

Was this helpful?