public interface HotspotController
Modifier and Type | Interface and Description |
---|---|
static interface |
HotspotController.Callback |
Modifier and Type | Method and Description |
---|---|
void |
addCallback(HotspotController.Callback callback) |
boolean |
isHotspotEnabled() |
boolean |
isHotspotSupported() |
void |
removeCallback(HotspotController.Callback callback) |
void |
setHotspotEnabled(boolean enabled) |
void addCallback(HotspotController.Callback callback)
void removeCallback(HotspotController.Callback callback)
boolean isHotspotEnabled()
void setHotspotEnabled(boolean enabled)
boolean isHotspotSupported()