Activity class

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

drop() → void
Manually drops the object and unregisters the FinalizableHandle.
eventIdStr() String
the event_id as a string
membershipContent() MembershipContent?
the details of this membership change activity
mentionsYou() bool
does this mention the user
msgContent() MsgContent?
content of this activity (e.g. comment), if any
name() String?
see title
newDate() UtcDateTime?
the date on eventDateChange (started or ended) or taskDueDateChane
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
object() ActivityObject?
the object this activity happened on, if any
originServerTs() int
the server receiving timestamp in milliseconds
profileContent() ProfileContent?
the details of this profile change activity
reactionKey() String?
reaction specific: the reaction key used
refDetails() RefDetails?
if the added information is a reference
roomIdStr() String
the room_id of this event
senderIdStr() String
the sender of this event as a string
subTypeStr() String?
the sub type of this activity as a string, in particular for attachments e.g. image, video, audio, file, link, location, etc.
targetUrl() String
where to route to for the details of this activity
taskListIdStr() String?
where to route to for the details of this activity
title() String?
The title of the activity (e.g. Attachment filename or Task on TaskAdd) if given
toString() String
A string representation of this object.
inherited
typeStr() String
the type of this activity as a string e.g. invited, invitationAccepted
whom() FfiListFfiString
whom, if this involved additional users, e.g. when someone is invited to an object

Operators

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