ShareNotification
One inbox notification surfaced to the receiver — either an offer of new access (ShareNotificationType.OFFER) or a notice that previously-granted access was withdrawn (ShareNotificationType.UNDO).
The library does not delete inbox items after listing them; the inbox is the durable history. The state derived from these notifications is mirrored into received_shares.ttl automatically each time SharingManager.listShareNotifications is called.
Properties
URI of the inbox resource that carries this notification.
WebID of the sender (as:actor).
as:published timestamp string from the notification, if present.
Resource URI the notification is about (as:object).
WebID of the activity's as:target, when present. For the self-authored ShareNotificationType.DECISION_GRANTED / ShareNotificationType.DECISION_REJECTED records this is the requester the decision was about (the counterpart to show), since ownerWebId (the as:actor) is the inbox owner themselves. Null for the other types, which carry no meaningful target for callers.
Whether the notification announces, retracts, or rejects access.