| Package | com.naver.opensocial.events |
| Class | public class OSDKEvent |
| Inheritance | OSDKEvent flash.events.Event |
See also
| Property | Defined By | ||
|---|---|---|---|
| response : *
컨테이너에서 전달 받은 response 데이터
| OSDKEvent | ||
| Method | Defined By | ||
|---|---|---|---|
OSDKEvent($type:String, $data:* = null) | OSDKEvent | ||
clone():Event [override]
| OSDKEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| ON_CLOSE : String = onClose [static] | OSDKEvent | ||
| ON_COMPLETE : String = onComplete [static] | OSDKEvent | ||
| ON_FAILURE : String = onFailure [static] | OSDKEvent | ||
| ON_LOAD_PARAMS : String = onLoadParams [static] | OSDKEvent | ||
| ON_REMOVED : String = onRemoved [static] | OSDKEvent | ||
| ON_RESULT : String = onResult [static] | OSDKEvent | ||
| response | property |
public var response:*컨테이너에서 전달 받은 response 데이터
| OSDKEvent | () | Constructor |
public function OSDKEvent($type:String, $data:* = null)$type:String | |
$data:* (default = null) |
| clone | () | method |
override public function clone():EventReturns
Event —
|
| ON_CLOSE | Constant |
public static const ON_CLOSE:String = onClose| ON_COMPLETE | Constant |
public static const ON_COMPLETE:String = onComplete| ON_FAILURE | Constant |
public static const ON_FAILURE:String = onFailure| ON_LOAD_PARAMS | Constant |
public static const ON_LOAD_PARAMS:String = onLoadParams| ON_REMOVED | Constant |
public static const ON_REMOVED:String = onRemoved| ON_RESULT | Constant |
public static const ON_RESULT:String = onResult