yieldprobe / com.yieldlab.yieldprobe.events / EventGeolocation

EventGeolocation

class EventGeolocation

Event to update Geolocation inside the SDK.

Parameters

geolocation - the new location object

Constructors

<init>

Event to update Geolocation inside the SDK.

EventGeolocation(geolocation: Location?)

Properties

mGeolocation

var mGeolocation: Location?

Functions

getLocation

fun getLocation(): Location?