onDataPosted()
callback method which provides information data then previous method which only use to return success or failure status.onDataPosted()
method.New API methods for profile creation on hashed email.
put(email:String?, key:String?, value:String?) putAll(email: String?, key: String?, value: String?)
New API methods for profile creation on unique customer id's.
  put(customerIdKey:String?, customerIdValue:String?, key:String?, value:String?)
 putAll(customerIdkey: String?, customerIdValue: String?, map: MutableMap<String, String>)
          init(siteId: String, appVersion: String, devMode: Bool)
          setOptIn(optIn: Boolean)
          setOptInPreference(optIn: Boolean)
          getOptInPreference(): Boolean
          isSpacePercentEncoded(): Boolean
          enablePercentEncodingForSpace(isSpacePercentEncoded: Boolean)
          setUserAgent(userAgent: String)
          getUserAgent(): String
          setAppContext(context: Context)
          getContext(): Context
         BlueKai(activity,context,devMode,siteId,appVersion,listener,handler)
         BlueKai( activity, context, devMode, httpsEnabled, siteId, appVersion, listener, handler )
         setOptInPreference:(BOOL) ```
          set appVersion: String?
          set devMode: Boolean
          set httpsEnabled/p>
          set siteId: String?
          set handler
          Oracle CX Advertising SDK is always going to use Https, irrespective of value being passed. In future release, it will be removed.