public class MoboLinkCtrl
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BUNDLE_ERROR_CODE |
static java.lang.String |
BUNDLE_ERROR_MSG |
static int |
RESULT_CODE_ERROR |
static int |
RESULT_CODE_SUCCESS |
| Constructor and Description |
|---|
MoboLinkCtrl(android.content.Context context)
Instantiates a new MoboLinkCtrl.
|
| Modifier and Type | Method and Description |
|---|---|
android.os.Bundle |
SetAutoRun(java.lang.Boolean autoRun)
MoboLink Setting Set Auto Run
|
android.os.Bundle |
SetConnectionNotification(java.lang.Boolean connectionNotification)
MoboLink Setting Set Connection Notification
|
android.os.Bundle |
SetEventNotification(java.lang.Boolean eventNotification)
MoboLink Setting Set Event Notification
|
android.os.Bundle |
SetMessageNotification(java.lang.Boolean messageNotification)
MoboLink Setting Set Message Notification
|
android.os.Bundle |
SetMoboLinkConfig(java.lang.String serverUrl,
java.lang.Boolean rebootstrap,
java.lang.Boolean showUI,
java.lang.Boolean connectionNotification,
java.lang.Boolean eventNotification,
java.lang.Boolean messageNotification,
java.lang.Boolean userConfigurable,
java.lang.Boolean autoRun)
MoboLink Settting, set config
|
android.os.Bundle |
SetRebootstrap(java.lang.Boolean rebootstrap)
MoboLink Setting Set RebootStrap
|
android.os.Bundle |
SetServerURL(java.lang.String serverURL)
MoboLink Setting Set Server URL
|
android.os.Bundle |
SetShowUI(java.lang.Boolean showUI)
MoboLink Setting Set Show UI
|
android.os.Bundle |
SetUserConfigurable(java.lang.Boolean userConfigurable)
MoboLink Setting Set User Configurable
|
public static final java.lang.String BUNDLE_ERROR_CODE
public static final java.lang.String BUNDLE_ERROR_MSG
public static final int RESULT_CODE_ERROR
public static final int RESULT_CODE_SUCCESS
public MoboLinkCtrl(android.content.Context context)
context - public android.os.Bundle SetServerURL(java.lang.String serverURL)
serverURL - Server URL (String)public android.os.Bundle SetRebootstrap(java.lang.Boolean rebootstrap)
rebootstrap - true or false (boolean)public android.os.Bundle SetShowUI(java.lang.Boolean showUI)
showUI - true or false (boolean)public android.os.Bundle SetConnectionNotification(java.lang.Boolean connectionNotification)
connectionNotification - true or false (boolean)public android.os.Bundle SetEventNotification(java.lang.Boolean eventNotification)
eventNotification - true or false (boolean)public android.os.Bundle SetMessageNotification(java.lang.Boolean messageNotification)
messageNotification - true or false (boolean)public android.os.Bundle SetUserConfigurable(java.lang.Boolean userConfigurable)
userConfigurable - true or false (boolean)public android.os.Bundle SetAutoRun(java.lang.Boolean autoRun)
autoRun - true or false (boolean)public android.os.Bundle SetMoboLinkConfig(java.lang.String serverUrl,
java.lang.Boolean rebootstrap,
java.lang.Boolean showUI,
java.lang.Boolean connectionNotification,
java.lang.Boolean eventNotification,
java.lang.Boolean messageNotification,
java.lang.Boolean userConfigurable,
java.lang.Boolean autoRun)
serverUrl - server url (String)rebootstrap - true or false (boolean)showUI - true or false (boolean)connectionNotification - true or false (boolean)eventNotification - true or false (boolean)messageNotification - true or false (boolean)userConfigurable - true or false (boolean)autoRun - true or false (boolean)