C# Class com.kumakore.plugin.android.push.PushPlugin

PushPlugin for android
ファイルを表示 Open project: kumakore/kumakore-sdk

Public Methods

Method Description
getEnabled ( ) : bool
register ( string senderId ) : CmdRegisterSender
setDispatcher ( IInvokable dispatcher ) : void
setEnabled ( bool enabled ) : void
unregister ( ) : CmdUnregisterSender

Method Details

getEnabled() public static method

public static getEnabled ( ) : bool
return bool

register() public static method

public static register ( string senderId ) : CmdRegisterSender
senderId string
return CmdRegisterSender

setDispatcher() public static method

public static setDispatcher ( IInvokable dispatcher ) : void
dispatcher IInvokable
return void

setEnabled() public static method

public static setEnabled ( bool enabled ) : void
enabled bool
return void

unregister() public static method

public static unregister ( ) : CmdUnregisterSender
return CmdUnregisterSender