ENUM

ConsentFeature

link GraphQL Schema definition

1enum ConsentFeature {
2
3# Match and combine offline data sources.
4MATCH_COMBINE_OFFLINE_DATA_SOURCES
5
6# Link different devices.
7LINK_DIFFERENT_DEVICES
8
9# Receive and use automatiā€¦tics for identification.
10RECEIVE_USE_AUTO_SENT_DEVICE_CHARACTERISTICS_FOR_IDENTIFICATION
11}