Package org.altbeacon.beacon.service
Class SettingsData
- java.lang.Object
-
- org.altbeacon.beacon.service.SettingsData
-
- All Implemented Interfaces:
Serializable
public class SettingsData extends Object implements Serializable
Created by dyoung on 3/10/17. Internal class used to transfer settings between the BeaconService and the client- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SettingsData()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(BeaconService scanService)SettingsDatacollect(Context context)static SettingsDatafromBundle(Bundle bundle)BundletoBundle()
-
-
-
Method Detail
-
toBundle
public Bundle toBundle()
-
fromBundle
public static SettingsData fromBundle(@NonNull Bundle bundle)
-
apply
public void apply(@NonNull BeaconService scanService)
-
collect
public SettingsData collect(@NonNull Context context)
-
-