WebIdReceiver

data class WebIdReceiver(val webId: String) : ShareReceiver

Constructors

Link copied to clipboard
constructor(webId: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
fun kind(): Int

The discriminator used to flatten this receiver for AIDL transport, one of KIND_WEBID, KIND_GROUP, or KIND_PUBLIC. Pair with value and reconstruct via fromKind.

Link copied to clipboard
open override fun toRdfSubject(): String

The RDF subject IRI used to represent this receiver in a share index: the WebID, the group URI, or foaf:Agent for Public. Reverse with from.

Link copied to clipboard
fun value(): String?

The IRI payload that accompanies kind over AIDL: the WebID or group URI, or null for Public (which carries no identifier).

Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)