Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 293 Bytes

File metadata and controls

10 lines (7 loc) · 293 Bytes

#.getInstance()

SDK를 초기화하고, plugin.FacebookAgent의 인스턴스를 반환합니다. 다른 것을 하기에 앞서서 실행할 필요가 있습니다.

##예제

var facebook = plugin.FacebookAgent.getInstance();
//do something, e.g. facebook.activateApp();