getFullscreen

Column
promise
T/F
Tags
현재 풀스크린 상태인가? T/F

getFullscreen

getFullscreen(): Promise<boolean, Error>
현재 풀스크린 상태인지 아닌지를 반환 T/F
 

함수 예시

player.getFullscreen().then((fullscreen)=> { // 상태 획득 성공 시 // fullscreen : true or false }).catch(function(error) { // an error occurred });