DSA

data class DSA(val required: DSARequirement, val pubRender: DSAPubRender, val dataToPubs: DSADataToPubs) : Parcelable

Digital Service Act (“DSA”) is a EU regulation which aims among other things to increase transparency on online platforms for users in relation to recommended content – including advertising.

See also

Constructors

Link copied to clipboard
constructor(required: DSARequirement, pubRender: DSAPubRender, dataToPubs: DSADataToPubs)

Properties

Link copied to clipboard

Independent of pubrender, the publisher may need the transparency data for audit purposes.

Link copied to clipboard

Signals if the publisher is able to and intends to render an icon or other appropriate user-facing symbol and display the DSA transparency info to the end user.

Link copied to clipboard

Indicates if DSA information should be made available.

Functions

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