C# 클래스 FistBump.Framework.Kongregate

상속: GameService
파일 보기 프로젝트 열기: fistbump/framework

공개 메소드들

메소드 설명
Initialize ( ) : void
LogMessage ( string message ) : void
PurchaseItem ( string item ) : void
SetIsGuest ( object returnValue ) : void
SetUsername ( object returnValue ) : void
ShowSignIn ( ) : void
SubmitStat ( string statistic, int value ) : void

비공개 메소드들

메소드 설명
CallAPIFunction ( string functionCall ) : void
CallAPIFunction ( string functionCall, string callback ) : void
OnKongregateAPILoaded ( string userInfo ) : void
SetUserId ( object returnValue ) : void
SetUserItems ( object returnValue ) : void

메소드 상세

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

LogMessage() 공개 메소드

public LogMessage ( string message ) : void
message string
리턴 void

PurchaseItem() 공개 메소드

public PurchaseItem ( string item ) : void
item string
리턴 void

SetIsGuest() 공개 메소드

public SetIsGuest ( object returnValue ) : void
returnValue object
리턴 void

SetUsername() 공개 메소드

public SetUsername ( object returnValue ) : void
returnValue object
리턴 void

ShowSignIn() 공개 메소드

public ShowSignIn ( ) : void
리턴 void

SubmitStat() 공개 메소드

public SubmitStat ( string statistic, int value ) : void
statistic string
value int
리턴 void