AS

object AS

Activity Streams 2.0 vocabulary constants. https://www.w3.org/ns/activitystreams# Used by the Solid Notifications Protocol for notification message types. Spec: https://solidproject.org/TR/notifications-protocol

Properties

Link copied to clipboard
const val ACCEPT: String

Accept activity — sent to a requester when their AccessRequest is granted.

Link copied to clipboard
const val ACTIVITY: String
Link copied to clipboard
const val ACTOR: String

Agent that performed the activity.

Link copied to clipboard
const val ADD: String
Link copied to clipboard
const val ANNOUNCE: String
Link copied to clipboard
const val COLLECTION: String
Link copied to clipboard
const val CREATE: String
Link copied to clipboard
const val DELETE: String
Link copied to clipboard
const val FIRST: String
Link copied to clipboard
const val ID: String

Unique identifier for the notification.

Link copied to clipboard
const val IN_REPLY_TO: String

Links an Accept/Reject back to the AccessRequest it answers.

Link copied to clipboard
const val ITEMS: String
Link copied to clipboard
const val LAST: String
Link copied to clipboard
const val LINK: String
Link copied to clipboard
const val MOVE: String
Link copied to clipboard
const val NAMESPACE: String
Link copied to clipboard
const val NEXT: String
Link copied to clipboard
const val OBJECT: String

The object affected by the activity.

Link copied to clipboard
const val OBJECT_TYPE: String
Link copied to clipboard
const val OFFER: String

Offer activity — used by SolidShare to deliver a share via LDN inbox.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val PREV: String
Link copied to clipboard
const val PUBLISHED: String

When the notification was published (xsd:dateTime).

Link copied to clipboard
const val REJECT: String

Reject activity — used by an owner to decline a received AccessRequest.

Link copied to clipboard
const val REMOVE: String
Link copied to clipboard
const val SUMMARY: String

Summary of the activity.

Link copied to clipboard
const val TARGET: String

Target resource(s) for the activity.

Link copied to clipboard
const val TOTAL_ITEMS: String
Link copied to clipboard
const val UNDO: String

Undo activity — used to retract a previous Offer on revoke.

Link copied to clipboard
const val UPDATE: String