public class BeaconView extends LinearLayout implements IBlaubotDebugView
| Constructor and Description |
|---|
BeaconView(Context context,
AttributeSet attrs) |
BeaconView(Context context,
AttributeSet attrs,
int defStyle) |
| 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 BeaconView(Context context,
AttributeSet attrs)
public BeaconView(Context context,
AttributeSet attrs,
int defStyle)
public void registerBlaubotInstance(Blaubot blaubot)
registerBlaubotInstance in interface IBlaubotDebugViewblaubot - the blaubot instance to connect withpublic void unregisterBlaubotInstance()
IBlaubotDebugViewunregisterBlaubotInstance in interface IBlaubotDebugView