muzei-api / com.google.android.apps.muzei.api.provider / ProviderContract / Artwork / TOKEN

TOKEN

const val TOKEN: String

The token that uniquely defines the artwork. Any inserts using the same non-null token will be considered updates to the existing artwork. Therefore there will always be at most one artwork with the same non-null token.

This field cannot be changed after the artwork is inserted.

Type: TEXT