public class LifeCycleView extends LinearLayout implements IBlaubotDebugView
| Constructor and Description |
|---|
LifeCycleView(Context context) |
LifeCycleView(Context context,
AttributeSet attrs) |
| Modifier and Type | Method and Description |
|---|---|
void |
registerBlaubotInstance(Blaubot blaubot)
Register this view with the given blaubot instance
|
void |
unregisterBlaubotInstance()
Unregisters the associated blaubot instance from a view (if any)
|
public LifeCycleView(Context context)
public LifeCycleView(Context context,
AttributeSet attrs)
public void registerBlaubotInstance(Blaubot blaubot)
registerBlaubotInstance in interface IBlaubotDebugViewblaubot - the blaubot instance to connect withpublic void unregisterBlaubotInstance()
IBlaubotDebugViewunregisterBlaubotInstance in interface IBlaubotDebugView