mockTrackingConsentDetail top-level property

Map<String, dynamic> mockTrackingConsentDetail
getter/setter pair

Implementation

Map<String, dynamic> mockTrackingConsentDetail = {
  "consent_message_id": "[consent-message-id]",
  "consent_message_type": "tracking_type",
  "created_at": "2021-03-09 03:51:18",
  "description": "some description",
  "name": "Consent 1",
  "setting": {
    "accept_button_text": {"en": "Accept", "th": "ยอมรับ"},
    "analytics_cookies": {
      "brief_description": {},
      "full_description": {},
      "is_enabled": false,
      "is_full_description_enabled": false,
      "tracking_collection": {"google_tag_id": []}
    },
    "available_languages": ["th", "en"],
    "consent_detail_title": {"en": "Title 1", "th": "หัวข้อ 1"},
    "default_language": "th",
    "display_text": {
      "en": "By clicking \"Accept\", you agree the ...",
      "th": "เมื่อกด \"ตกลง\" หมายความว่าคุณยอมรับ ..."
    },
    "more_info": {
      "custom_url": {"en": "", "th": ""},
      "display_text": {"en": "More info", "th": "อ่านเพิ่มเติม"},
      "is_custom_url_enabled": false
    },
    "terms_and_conditions": {
      "brief_description": {
        "en": "brief description",
        "th": "รายละเอียดอย่างย่อ"
      },
      "full_description": {"en": "full description", "th": "รายละเอียด"},
      "is_enabled": true,
      "is_full_description_enabled": true
    },
    "privacy_overview": {
      "brief_description": {"en": "brief description", "th": "รายละเอียด"},
      "full_description": {},
      "is_enabled": true,
      "is_full_description_enabled": false
    },
    "marketing_cookies": {
      "brief_description": {},
      "full_description": {},
      "is_enabled": false,
      "is_full_description_enabled": false,
      "tracking_collection": {"marketing_script": []}
    },
    "necessary_cookies": {
      "brief_description": {},
      "full_description": {},
      "is_enabled": false,
      "is_full_description_enabled": false
    },
    "preferences_cookies": {
      "brief_description": {},
      "full_description": {},
      "is_enabled": false,
      "is_full_description_enabled": false
    },
    "social_media_cookies": {
      "brief_description": {},
      "full_description": {},
      "is_enabled": false,
      "is_full_description_enabled": false,
      "tracking_collection": {"facebook_pixel_id": []}
    },
    "version": 1,
    "revision": 0
  },
  "style_configuration": {
    "bar_background_color": "#7B7F7F",
    "bar_background_opacity_percentage": 80,
    "bar_text_color": "#FFFFFF",
    "button_background_color": "#EB7457",
    "button_text_color": "#FFFFFF",
    "consent_detail": {
      "button_text_color": "#FFFFFF",
      "popup_main_icon": "pdpa",
      "primary_color": "#EB7457",
      "secondary_color": "#7B7F7F",
      "text_color": "#303131"
    }
  },
  "updated_at": "2021-03-09 03:51:18"
};