java.lang.Object |
↳ |
com.mapsted.positioning.MapstedCoreApi |
Class Overview
Mapsted Positioning API is the public API for interaction with positioning SDK.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.mapsted.positioning.CoreApi
|
From interface
com.mapsted.positioning.core.database.MapstedDb.Provider
abstract
MapstedDb
|
mapstedDb()
|
|
Public Methods
Notifies about changes in wifi throttling mode
public
SdkMode
getSdkMode
()
public
int
getWifiThrottleMode
()
public
boolean
isDeveloperOptionsEnabled
()
public
MapstedDb
mapstedDb
()
public
static
CoreApi
newInstance
(Context context)
Parameters
uri |
deeplink uri. |
callback |
callback for result |
Returns
- returns true if it was handled. If false, then this deeplink is not related to Mapsted Sdk.
Unsubscribe to wifi throttling mode events
public
void
setMobileAppVersion
(String mobileAppName, String mobileAppVersion)
For analytics purposes, identify the mobile application name and version
Parameters
mobileAppName |
the mobile application name |
mobileAppVersion |
the mobile application version
|