Geoq class abstract

Constructors

Geoq()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dataEvent(String source, String value) → void
initialize() → void
locationChangeEvent(String latitude, String longitude) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onGeoQGetUserPermissionError(String result) → void
onGeoQGetUserPermissionSuccess(String result) → void
onGeoQRegisterError(String error) → void
onGeoQRegisterSuccess(String deviceId) → void
onGeoQRegisterWarning(String deviceId) → void
onGeoQSetUserPermissionError(String result) → void
onGeoQSetUserPermissionSuccess(String result) → void
onGeoQUpdateExtraDataError(String result) → void
onGeoQUpdateExtraDataSuccess(String result) → void
pushEvent(Object data) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getAdIdWithPermission() Future<String?>
getProfile() Future<String?>
getUserPermission(String perm) Future<String?>
initGeoQ(String apiKey, String notificationTitle, String notificationDescription) Future<String?>
legalPermissions() Future<String?>
setUserPermission(String perm, bool value) Future<String?>
subscribeToEvents() Future<String?>
updateExtraData(String extraData) Future<String?>