-
public interface ExternalScanSettingsExtension<R extends ExternalScanSettingsExtension<R>>An interface that describes what library extensions should be added to com.polidea.rxandroidble2.scan.ScanSettings
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceExternalScanSettingsExtension.Builder
-
Method Summary
Modifier and Type Method Description abstract booleanshouldCheckLocationProviderState()abstract RcopyWithCallbackType(int callbackType)Copies the current ScanSettings with changed callback type. -
-
Method Detail
-
shouldCheckLocationProviderState
abstract boolean shouldCheckLocationProviderState()
-
copyWithCallbackType
abstract R copyWithCallbackType(int callbackType)
Copies the current ScanSettings with changed callback type.
- Parameters:
callbackType- callback type of the copied object
-
-
-
-