C# Class SaveScoreCallBack, App42-Unity-Sample

Inheritance: App42CallBack
Show file Open project: shephertz/App42-Unity-Sample

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 static property

public static IList fList
return IList

fbAccessToken public static property

public static string fbAccessToken
return string

fbUserId public static property

public static string fbUserId
return string

fbUserName public static property

public static string fbUserName
return string

fbUserProfilePic public static property

public static string fbUserProfilePic
return string

fromLeaderBoard public static property

public static bool fromLeaderBoard
return bool

fromSaveScore public static property

public static bool fromSaveScore
return bool

isConnected public static property

public static bool isConnected
return bool

metaInfo public static property

public static Dictionary metaInfo
return object>.Dictionary

nameAndPP public static property

public static Dictionary nameAndPP
return object>.Dictionary