-
- All Implemented Interfaces:
-
kotlin.Comparable,org.altbeacon.beacon.Settings.ScanStrategy
public final class Settings.ForegroundServiceScanStrategy implements Settings.ScanStrategy
-
-
Field Summary
Fields Modifier and Type Field Description private BooleanandroidLScanningDisabledprivate final Notificationnotificationprivate final IntegernotificationId
-
Constructor Summary
Constructors Constructor Description Settings.ForegroundServiceScanStrategy(Notification notification, Integer notificationId)
-
Method Summary
Modifier and Type Method Description final BooleangetAndroidLScanningDisabled()final UnitsetAndroidLScanningDisabled(Boolean androidLScanningDisabled)final NotificationgetNotification()final IntegergetNotificationId()Settings.ForegroundServiceScanStrategyclone()Booleanequals(Object other)IntegerhashCode()Unitconfigure(BeaconManager beaconManager)Internal use only. IntegercompareTo(Settings.ScanStrategy other)-
-
Constructor Detail
-
Settings.ForegroundServiceScanStrategy
Settings.ForegroundServiceScanStrategy(Notification notification, Integer notificationId)
-
-
Method Detail
-
getAndroidLScanningDisabled
final Boolean getAndroidLScanningDisabled()
-
setAndroidLScanningDisabled
final Unit setAndroidLScanningDisabled(Boolean androidLScanningDisabled)
-
getNotification
final Notification getNotification()
-
getNotificationId
final Integer getNotificationId()
-
configure
Unit configure(BeaconManager beaconManager)
Internal use only.
-
compareTo
Integer compareTo(Settings.ScanStrategy other)
-
-
-
-