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

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

공개 메소드들

메소드 설명
Create ( ) : NotificationReceiveBehav

보호된 메소드들

메소드 설명
onNotify ( NotificationPackage package ) : void

비공개 메소드들

메소드 설명
RaiseOnNotify ( NotificationPackage pack ) : void
onMessage ( string packageData ) : void

메소드 상세

Create() 공개 정적인 메소드

public static Create ( ) : NotificationReceiveBehav
리턴 NotificationReceiveBehav

onNotify() 보호된 추상적인 메소드

protected abstract onNotify ( NotificationPackage package ) : void
package NotificationPackage
리턴 void