화면 » Api

getscreenprotect

Description

setscreenprotect 함수 호출에 의해서, 잠금 화면 표시 여부를 리턴한다.

Return Value

Type Description
BOOL 잠금 화면 표시 여부(true:잠금, false:잠금 해제)

Example

function btn_getscreenprotect_on_mouseup(objInst) { var is_protected = screen.getscreenprotect(); if(is_protected == true) { factory.consoleprint("screen is protected"); } else { factory.consoleprint("screen is not protected"); } }

See Also

setscreenprotect

Viewer Ver.

9.1.1.1

Update Date

20161123