C# Class com.kumakore.sample.NotificationReceiveBehav

Inheritance: SigninBehav
显示文件 Open project: kumakore/kumakore-sdk

Public Methods

Method Description
Create ( ) : NotificationReceiveBehav

Protected Methods

Method Description
onNotify ( NotificationPackage package ) : void

Private Methods

Method Description
RaiseOnNotify ( NotificationPackage pack ) : void
onMessage ( string packageData ) : void

Method Details

Create() public static method

public static Create ( ) : NotificationReceiveBehav
return NotificationReceiveBehav

onNotify() protected abstract method

protected abstract onNotify ( NotificationPackage package ) : void
package NotificationPackage
return void