Packagecom.naver.opensocial.events
Classpublic class OSDKEvent
InheritanceOSDKEvent Inheritance flash.events.Event

SDK용 이벤트로 소셜앱의 앱엔진과 통신 후 통신에 대한 결과 값을 주고 받을 때, 이벤트가 사용됩니다.

See also

com.naver.opensocial.PersonRequest
com.naver.opensocial.PeopleRequest
com.naver.opensocial.HttpProxyRequest
com.naver.opensocial.PublicMessage
com.naver.opensocial.RequestMessage
com.naver.opensocial.Payment
com.naver.opensocial.Activity
com.naver.opensocial.Invatation


Public Properties
 PropertyDefined By
  response : *
컨테이너에서 전달 받은 response 데이터
OSDKEvent
Public Methods
 MethodDefined By
  
OSDKEvent($type:String, $data:* = null)
OSDKEvent
  
clone():Event
[override]
OSDKEvent
Public Constants
 ConstantDefined 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
Property Detail
responseproperty
public var response:*

컨테이너에서 전달 받은 response 데이터

Constructor Detail
OSDKEvent()Constructor
public function OSDKEvent($type:String, $data:* = null)



Parameters
$type:String
 
$data:* (default = null)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
ON_CLOSEConstant
public static const ON_CLOSE:String = onClose

ON_COMPLETEConstant 
public static const ON_COMPLETE:String = onComplete

ON_FAILUREConstant 
public static const ON_FAILURE:String = onFailure

ON_LOAD_PARAMSConstant 
public static const ON_LOAD_PARAMS:String = onLoadParams

ON_REMOVEDConstant 
public static const ON_REMOVED:String = onRemoved

ON_RESULTConstant 
public static const ON_RESULT:String = onResult