get Context
Gets the device's current location, then gets context for that location without sending device or user identifiers to the server.
Parameters
callback
A callback.
fun getContext(block: (status: Radar.RadarStatus, location: Location?, context: RadarContext?) -> Unit)
Content copied to clipboard
Gets the device's current location, then gets context for that location without sending device or user identifiers to the server.
Parameters
block
A block callback.
@JvmStatic()
Content copied to clipboard
Gets context for a location without sending device or user identifiers to the server.
Parameters
location
The location.
callback
A callback.
fun getContext(location: Location, block: (status: Radar.RadarStatus, location: Location?, context: RadarContext?) -> Unit)
Content copied to clipboard
Gets context for a location without sending device or user identifiers to the server.
Parameters
location
The location.
block
A block callback.