For the complete documentation index, see llms.txt. This page is also available as Markdown.

f.Native.isOn

f.Native.isOn

개요

isOn 변수를 통해 모바일 앱을 사용하고 있는지 알 수 있습니다.

예시

// 모바일 앱을 사용하고 있는지 확인할 수 있습니다.
f.Native.isOn  // 모바일 앱인 경우 : true, 브라우저인 경우 : false

마지막 업데이트

도움이 되었나요?