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) · 214 Bytes

File metadata and controls

10 lines (7 loc) · 214 Bytes

#.destroyInstance()

plugin.FacebookAgent의 인스턴스를 파괴하고 메모리를 해제합니다.

##예제

var facebook = plugin.FacebookAgent.getInstance();
facebook.destroyInstance();