LeanplumUIEditor
will be made private in future releases, since it is not
intended to be public API.@Deprecated
public interface LeanplumUIEditor
Modifier and Type | Method and Description |
---|---|
void |
allowInterfaceEditing(java.lang.Boolean isDevelopmentModeEnabled)
Deprecated.
Enable interface editing via Leanplum.com Visual Editor.
|
void |
applyInterfaceEdits(android.app.Activity activity)
Deprecated.
Enables Interface editing for the desired activity.
|
LeanplumEditorMode |
getMode()
Deprecated.
Returns the current editor mode.
|
void |
sendUpdate()
Deprecated.
Send an immediate update of the UI to the LP server.
|
void |
sendUpdateDelayed(int delay)
Deprecated.
Send an update with given delay of the UI to the LP server.
|
void |
sendUpdateDelayedDefault()
Deprecated.
Send an update of the UI to the LP server, delayed by the default time.
|
void |
setMode(LeanplumEditorMode mode)
Deprecated.
Sets the current editor mode.
|
void |
startUpdating()
Deprecated.
Sets the update flag to true.
|
void |
stopUpdating()
Deprecated.
Sets the update flag to false.
|
void allowInterfaceEditing(java.lang.Boolean isDevelopmentModeEnabled)
void applyInterfaceEdits(android.app.Activity activity)
activity
- The activity to enable interface editing for.void startUpdating()
void stopUpdating()
void sendUpdate()
void sendUpdateDelayed(int delay)
void sendUpdateDelayedDefault()
LeanplumEditorMode getMode()
void setMode(LeanplumEditorMode mode)
mode
- The editor mode to set.