Excluding identity transfer links
The SDK will append a tid
URL query parameter to all links opened from a mobile app. To limit this behavior to a specific set of links, exclude the links to which the SDK should not append a tid
, call the mxoIdentityTransferConfiguration
Kotlin top-level property or MedalliaMXO.setIdentityTransferConfiguration
Java method, as shown below:
If a link is excluded, a tid
URL query parameter will be appended to all other links but the excluded link, but is superseded by any included identity transfer links.
empty list
or null
clears the existing list.