Package com.castlabs.sdk.claws
Interface ClawsServiceListener
-
- All Known Implementing Classes:
AbstractClawsServiceListener
public interface ClawsServiceListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onBinderAvailable(ClawsServiceBinder binder)
void
onDeviceListUpdated(List<Device> connectedDevices)
void
onError(String message)
void
onTransferRequested(String assetId, long positionMs, Device sourceDevice)
-