public class DebugView extends FrameLayout implements IBlaubotDebugView
| Constructor and Description |
|---|
DebugView(Context context) |
DebugView(Context context,
AttributeSet attrs) |
| Modifier and Type | Method and Description |
|---|---|
void |
registerBlaubotInstance(Blaubot blaubot)
Registers the blaubot instance to a view
|
void |
unregisterBlaubotInstance()
Unregisters the associated blaubot instance from a view (if any)
|
public DebugView(Context context)
public DebugView(Context context,
AttributeSet attrs)
public void registerBlaubotInstance(Blaubot blaubot)
IBlaubotDebugViewregisterBlaubotInstance in interface IBlaubotDebugViewblaubot - the instance to be introspectedpublic void unregisterBlaubotInstance()
IBlaubotDebugViewunregisterBlaubotInstance in interface IBlaubotDebugView