Skip to content

Commit

Permalink
rename ConsentStatusGCMStatus to GCMStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilveirah committed Sep 12, 2024
1 parent c832447 commit 92dafe9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data class GDPRConsent (
val categories: List<String> = emptyList(),
val specialFeatures: List<String> = emptyList(),
val grants: SPGDPRVendorGrants = emptyMap(),
val gcmStatus: ConsentStatusGCMStatus? = null,
val gcmStatus: GCMStatus? = null,
val webConsentPayload: String? = null,
val consentStatus: ConsentStatus = ConsentStatus(),
@SerialName("TCData") val tcData: IABData = emptyMap(),
Expand Down

0 comments on commit 92dafe9

Please sign in to comment.