class Builder
Builder class to set configuration and then build a MesonSdkConfiguration object
Builder(mContext: Context, mAccountId: String)
Builder class to set configuration and then build a MesonSdkConfiguration object |
fun build(): MesonSdkConfiguration
Builds a MesonSdkConfiguration object using the configuration passed to Builder class |
|
fun setConsent(consent: JSONObject?): Builder
Sets the GDPR Consent passed by the publisher |