SocialOverlay class abstract Routes & Navigation

Social Overlays allows the reporting and retrieval of social events

Constructors

SocialOverlay()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

reportsOverlayInfo SocialReportsOverlayInfo
Get social reports overlay info.
no setter
transferStatistics TransferStatistics
Get the transfer statistics
no setter

Static Methods

addComment({required OverlayItem item, required String comment}) GemError
Add a comment to report.
confirmReport(OverlayItem item) GemError
Confirm an existing report as in effect.
deleteReport(OverlayItem item) GemError
Delete an owned report.
denyReport(OverlayItem item) GemError
Deny an existing report as not in effect anymore.
prepareReporting({int categId = 0}) int
Prepare reporting based on the current datasource used by PositionService
prepareReportingCoords(Coordinates coords, {int categId = 0}) int
Prepare reporting based on custom coordinates
report(int prepareId, int categId, String description, Uint8List snapshot, ImageFileFormat format, ParameterList params) GemError
Report a social event.
updateReport({required OverlayItem item, required SearchableParameterList params}) GemError
Update an existing report parameters.