C# 클래스 SteamDroid.SteamService

상속: Android.App.Service, ICallbackHandler
파일 보기 프로젝트 열기: FlyingPie/SteamDroid 1 사용 예제들

공개 메소드들

메소드 설명
ClearActiveChat ( ) : void
DisableAutoReconnect ( ) : void
EnableAutoReconnect ( ) : void
GetClient ( ) : Steam
HandleCallback ( SteamKit2.CallbackMsg msg ) : void
IsRunning ( ) : bool
OnBind ( Android.Content.Intent intent ) : IBinder
OnCreate ( ) : void
OnDestroy ( ) : void
OnStart ( Android.Content.Intent intent, int startId ) : void
SetActiveChat ( Friend friend ) : void

메소드 상세

ClearActiveChat() 공개 정적인 메소드

public static ClearActiveChat ( ) : void
리턴 void

DisableAutoReconnect() 공개 정적인 메소드

public static DisableAutoReconnect ( ) : void
리턴 void

EnableAutoReconnect() 공개 정적인 메소드

public static EnableAutoReconnect ( ) : void
리턴 void

GetClient() 공개 정적인 메소드

public static GetClient ( ) : Steam
리턴 Steam

HandleCallback() 공개 메소드

public HandleCallback ( SteamKit2.CallbackMsg msg ) : void
msg SteamKit2.CallbackMsg
리턴 void

IsRunning() 공개 정적인 메소드

public static IsRunning ( ) : bool
리턴 bool

OnBind() 공개 메소드

public OnBind ( Android.Content.Intent intent ) : IBinder
intent Android.Content.Intent
리턴 IBinder

OnCreate() 공개 메소드

public OnCreate ( ) : void
리턴 void

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

OnStart() 공개 메소드

public OnStart ( Android.Content.Intent intent, int startId ) : void
intent Android.Content.Intent
startId int
리턴 void

SetActiveChat() 공개 정적인 메소드

public static SetActiveChat ( Friend friend ) : void
friend Friend
리턴 void