-
public class CMPConsentModel.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static CMPConsentModel.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final CMPConsentModelfromJson(String jsonString)final StringtoJson(CMPConsentModel consentModel)final CMPConsentModelgetEmptyConsent()-
-
Method Detail
-
fromJson
final CMPConsentModel fromJson(String jsonString)
-
toJson
final String toJson(CMPConsentModel consentModel)
-
getEmptyConsent
final CMPConsentModel getEmptyConsent()
-
-
-
-