C# 클래스 com.kumakore.sample.NotificationBehav

상속: NotificationReceiveBehav
파일 보기 프로젝트 열기: kumakore/kumakore-sdk

공개 메소드들

메소드 설명
getEnabled ( ) : bool
onError ( string msg ) : void
onRegister ( string token ) : void
setEnabled ( bool enabled ) : void

보호된 메소드들

메소드 설명
OnGUI ( ) : void
Start ( ) : void
onNotify ( NotificationPackage pack ) : void

비공개 메소드들

메소드 설명
register ( string senderId ) : void
registerToken ( string token ) : void
unregister ( ) : void

메소드 상세

OnGUI() 보호된 메소드

protected OnGUI ( ) : void
리턴 void

Start() 보호된 메소드

protected Start ( ) : void
리턴 void

getEnabled() 공개 메소드

public getEnabled ( ) : bool
리턴 bool

onError() 공개 메소드

public onError ( string msg ) : void
msg string
리턴 void

onNotify() 보호된 메소드

protected onNotify ( NotificationPackage pack ) : void
pack NotificationPackage
리턴 void

onRegister() 공개 메소드

public onRegister ( string token ) : void
token string
리턴 void

setEnabled() 공개 메소드

public setEnabled ( bool enabled ) : void
enabled bool
리턴 void