LocationEditManager$Impl class

Implemented types

Constructors

LocationEditManager$Impl(Pointer<Void> handle)

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

addBeacon(int subLocId, String uuid, int major, int minor, Point point, String name, int? power) → void
override
addEddystone(int subLocId, String namespaceId, String instanceId, Point point, String name, int? power) → void
override
addLocationEditListener(LocationEditListener locationEditListener) → void
override
addWifi(int subLocId, String mac, Point point, String name) → void
override
addWifiRtt() → void
override
editBeacon(int subLocId, String uuid, int major, int minor, Point point, String name, int? power) → void
override
editEddystone(int subLocId, String namespaceId, String instanceId, Point point, String name, int? power) → void
override
editWifi(int subLocId, String mac, Point point, String name) → void
override
editWifiRtt() → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeBeacon(int subLocId, String uuid, int major, int minor) → void
override
removeEddystone(int subLocId, String namespaceId, String instanceId) → void
override
removeLocationEditListener(LocationEditListener locationEditListener) → void
override
removeWifi(int subLocId, String mac) → void
override
removeWifiRtt(int subLocId, String mac) → void
override
toString() String
A string representation of this object.
inherited

Operators

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