setPrivacy

@Since(version = 1)
abstract fun setPrivacy(privacy: PrivacyParameters, callback: PrivacyCallback): SdkReleasable

Set the privacy

Return

An instance of SdkReleasable to manage the lifecycle of the callback.

Parameters

privacy

Parameters containing data related to Privacy.

callback

The callback to be invoked when the operation is complete.