Module activity
Source - kind
- Namespace for Unit Structs that serialize to strings
- properties
- Namespace for properties of standard Activity types
- AMove
- Indicates that the actor has moved object from origin to target.
- Accept
- Indicates that the actor accepts the object.
- Add
- Indicates that the actor has added the object to the target.
- Announce
- Indicates that the actor is calling the target’s attention the object.
- Arrive
- An IntransitiveActivity that indicates that the actor has arrived at the location.
- Block
- Indicates that the actor is blocking the object.
- Create
- Indicates that the actor has created the object.
- Delete
- Indicates that the actor has deleted the object.
- Dislike
- Indicates that the actor dislikes the object.
- Flag
- Indicates that the actor is “flagging” the object.
- Follow
- Indicates that the actor is “following” the object.
- Ignore
- Indicates that the actor is ignoring the object.
- Invite
- A specialization of Offer in which the actor is extending an invitation for the object to the
target.
- Join
- Indicates that the actor has joined the object.
- Leave
- Indicates that the actor has left the object.
- Like
- Indicates that the actor likes, recommends or endorses the object.
- Listen
- Indicates that the actor has listened to the object.
- Offer
- Indicates that the actor is offering the object.
- Question
- Represents a question being asked.
- Read
- Indicates that the actor has read the object.
- Reject
- Indicates that the actor is rejecting the object.
- Remove
- Indicates that the actor is removing the object.
- TentativeAccept
- A specialization of Accept indicating that the acceptance is tentative.
- TentativeReject
- A specialization of Reject in which the rejection is considered tentative.
- Travel
- Indicates that the actor is traveling to target from origin.
- Undo
- Indicates that the actor is undoing the object.
- Update
- Indicates that the actor has updated the object.
- View
- Indicates that the actor has viewed the object.
- ActivityExt
- The Activity Extension Trait