C# Class LeaderBoardCallBack, App42-Unity-Sample

Inheritance: App42CallBack
ファイルを表示 Open project: shephertz/App42-Unity-Sample Class Usage Examples

Public Properties

Property Type Description
fList IList
fbAccessToken string
fbUserId string
fbUserName string
fbUserProfilePic string
fromLeaderBoard bool
fromSaveScore bool
isConnected bool
metaInfo object>.Dictionary
nameAndPP object>.Dictionary

Public Methods

Method Description
GetList ( ) : IList
OnException ( Exception e ) : void
OnSuccess ( object response ) : void

Method Details

GetList() public static method

public static GetList ( ) : IList
return IList

OnException() public method

public OnException ( Exception e ) : void
e Exception
return void

OnSuccess() public method

public OnSuccess ( object response ) : void
response object
return void

Property Details

fList public_oe static_oe property

public static IList fList
return IList

fbAccessToken public_oe static_oe property

public static string fbAccessToken
return string

fbUserId public_oe static_oe property

public static string fbUserId
return string

fbUserName public_oe static_oe property

public static string fbUserName
return string

fbUserProfilePic public_oe static_oe property

public static string fbUserProfilePic
return string

fromLeaderBoard public_oe static_oe property

public static bool fromLeaderBoard
return bool

fromSaveScore public_oe static_oe property

public static bool fromSaveScore
return bool

isConnected public_oe static_oe property

public static bool isConnected
return bool

metaInfo public_oe static_oe property

public static Dictionary metaInfo
return object>.Dictionary

nameAndPP public_oe static_oe property

public static Dictionary nameAndPP
return object>.Dictionary