Releases: transcend-io/consent-manager-android-sample-sdk
Releases · transcend-io/consent-manager-android-sample-sdk
v1.1.2
Highlights of Transcend library changes and usage
- Refer documentation
- Note: Make sure airgap.js version>=
8.37.2
- This version includes notable changes such as:
- Storing Consent Preferences in the Preference Store.
- Enables Transcend-stored telemetry data.
- Minor bug fixes and performance improvements.
v1.0.6-03
Highlights of Transcend library changes and usage
- Refer documentation
- Note: Make sure
v8.32.0
<= airgap.js version<8.37.2
v1.1.0
Highlights of Transcend library changes and usage
- Deprecates few methods, but still is backward compatible
- Replaces
onClose()
toonClose(TrackingCosentDetails constentDetails)
Internals
- Deprecated
TranscendAPI init(Context mContext, String mUrl, @Nullable TranscendListener.ViewListener viewListener)
- instead use
init(Context mContext, TranscendConfig config, @Nullable TranscendListener.ViewListener viewListener)
- instead use
- Deprecated
TranscendAPI init(Context mContext, String mUrl, List<String> domainUrls ,@Nullable TranscendListener.ViewListener viewListener
- instead use
init(Context mContext, TranscendConfig config, @Nullable TranscendListener.ViewListener viewListener)
- instead use
- Deprecated
TranscendWebView(@NonNull Context context, String transcendConsentUrl, @Nullable TranscendListener.ViewListener viewListener)
- instead use
TranscendWebView(@NonNull Context context, @NonNull TranscendCoreConfig config, @Nullable TranscendListener.ViewListener viewListener)
- instead use
- Deprecated
TranscendWebView(@NonNull Context context, String transcendConsentUrl, @Nullable TranscendListener.OnCloseListener onCloseListener)
- instead use
TranscendWebView(@NonNull Context context, @NonNull TranscendCoreConfig config, @Nullable TranscendListener.OnCloseListener onCloseListener)
- instead use
v1.04
Highlights of Transcend library changes and usgae
- No alterations that impact users' implementation.