core / ai.meson.sdk / MesonSdkConfiguration

MesonSdkConfiguration

class MesonSdkConfiguration

Configuration class which gets the sdk configuration from the publisher and then the object is passed to the SDK for the initialization

Parameters

context -

accountId -

consentObject -

Types

Builder

class Builder

Builder class to set configuration and then build a MesonSdkConfiguration object

Properties

accountId

val accountId: String
  • Account Id of String type which you've got from the Meson UI while doing the setup, this is required to initialize the SDK.

consentObject

var consentObject: JSONObject?
  • JSONObject object created by the publisher to set the consent values

context

val context: Context