Method and Description |
---|
com.radiusnetworks.proximity.ProximityKitManager.clearPartnerIdentifier()
As of 0.10.0, replaced by
ProximityKitManager.getInstance(Context, KitConfig) |
com.radiusnetworks.proximity.ProximityKitManager.getInstanceForApplication(Context)
As of 0.10.0, replaced by
ProximityKitManager.getInstance(Context, KitConfig) |
com.radiusnetworks.proximity.ProximityKitManager.getMaxRegionsBeforeRollup()
As of release 0.5.0. This setting no longer does anything, as regions for
monitoring and ranging may now be explicitly configured on the ProximityKit server.
If you are using this roll up feature, please switch to configuring your ranging and
monitoring regions explicitly on the server.
Gets the maximum number of regions that may be individually configured in ProximityKit
before
the regions will start being automatically combined. This method has been deprecated and
the setting no longer has any effect.
|
com.radiusnetworks.proximity.licensing.LicenseManager.getServerCheckCount()
Not for public use. As of 0.12.0 no replacement.
|
com.radiusnetworks.proximity.licensing.LicenseManager.reconfigure(Context)
As of 0.10.0, replaced by
LicenseManager.reconfigure(Configuration) |
com.radiusnetworks.proximity.licensing.LicenseManager.reconfigure(String, String)
As of 0.10.0, replaced by
LicenseManager.reconfigure(Configuration) |
com.radiusnetworks.proximity.licensing.LicenseManager.resetLicenseCheck()
Not for public use. As of 0.12.0 no replacement. This method no longer does
anything.
|
com.radiusnetworks.proximity.ProximityKitManager.restart()
As of 0.10.0, no replacement. To simply restart the manager use
ProximityKitManager.stop()
and ProximityKitManager.start() . To use a new configuration create a new manager using ProximityKitManager.getInstance(Context, KitConfig) . |
com.radiusnetworks.proximity.ProximityKitManager.setMaxRegionsBeforeRollup(int)
As of release 0.5.0. This setting no longer does anything, as regions for
monitoring and ranging may now be explicitly configured on the ProximityKit server.
If you are using this roll up feature, please switch to configuring your ranging and
monitoring regions explicitly on the server.
Sets the maximum number of regions that may be individually configured in ProximityKit
before
the regions will start being automatically combined. By default, each beacon or region in
the ProximityKit server results in one monitoring and ranging region. In cases of large
numbers of individual beacons configured on the server, these beacons will be combined into
a smaller number of matching regions for monitoring and ranging purposes.
By default, this value is -1, which means that no rollup will occur.
This method has been deprecated and the setting no longer has any effect.
|
com.radiusnetworks.proximity.ProximityKitManager.setPartnerIdentifier(String)
As of 0.10.0, replaced by
ProximityKitManager.getInstance(Context, KitConfig) |
com.radiusnetworks.proximity.model.KitBeacon.to_region()
As of release 0.5.0. This method should not be used as it is part of the
internal implementation and will be dropped in a future release. If you need to convert
a KitBeacon to a Region, you may construct a new region using the identifiers from the
KitBeacon.
|
com.radiusnetworks.proximity.licensing.LicenseManager.validateLicense()
Not for public use. As of 0.12.0 no replacement. This method no longer does
anything.
|
Constructor and Description |
---|
com.radiusnetworks.proximity.licensing.Configuration(Context)
As of 0.10.0, replaced by
Configuration.Configuration(Context, KitConfig) |
com.radiusnetworks.proximity.licensing.Configuration(Context, Configuration, String, String)
As of 0.10.0, replaced by
Configuration.Configuration(Context, KitConfig) |
com.radiusnetworks.proximity.model.KitOverlay()
Not for public use - no replacement. As of 0.12.0 this method could possibly be
retained only as a private method.
|
com.radiusnetworks.proximity.licensing.LicenseManager(Context, Configuration, String, Date)
Not for public use. As of 0.12.0 no replacement.
|
com.radiusnetworks.proximity.ProximityKitManager()
Not for public use. As of 0.10.0, replaced by
ProximityKitManager.getInstance(Context,
KitConfig) |
com.radiusnetworks.proximity.ProximityKitManager(Context)
Not for public use. As of 0.10.0, replaced by
ProximityKitManager.getInstance(Context,
KitConfig) |