CarpDataManagerEvent class

A status event for this CARP data manager. See CarpDataManagerEventTypes for a list of possible event types.

Inheritance
  • Object
  • DataManagerEvent
  • CarpDataManagerEvent

Constructors

CarpDataManagerEvent(String type, String path, int? id, String fileEndpointUri)

Properties

fileEndpointUri String
The URI of the file on the CARP server.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
The ID of the file on the CARP server, if provided. null if not available from the server.
getter/setter pair
path String
The full path and filename for the file on the device.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
The event type, see DataManagerEventTypes.
getter/setter pairinherited

Methods

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

Operators

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