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 more.

Parameters

required

indicates if DSA information should be made available.

pubRender

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.

dataToPubs

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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