Skip to content

Releases: transcend-io/consent-manager-android-sample-sdk

v1.1.2

15 Apr 21:24
518ba01
Compare
Choose a tag to compare

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

15 Apr 22:09
Compare
Choose a tag to compare

Highlights of Transcend library changes and usage

  • Refer documentation
  • Note: Make sure v8.32.0 <= airgap.js version< 8.37.2

v1.1.0

14 Feb 21:01
674823e
Compare
Choose a tag to compare

Highlights of Transcend library changes and usage

  • Deprecates few methods, but still is backward compatible
  • Replaces onClose() to onClose(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)
  • 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)
  • Deprecated TranscendWebView(@NonNull Context context, String transcendConsentUrl, @Nullable TranscendListener.ViewListener viewListener)
    • instead use TranscendWebView(@NonNull Context context, @NonNull TranscendCoreConfig config, @Nullable TranscendListener.ViewListener viewListener)
  • Deprecated TranscendWebView(@NonNull Context context, String transcendConsentUrl, @Nullable TranscendListener.OnCloseListener onCloseListener)
    • instead use TranscendWebView(@NonNull Context context, @NonNull TranscendCoreConfig config, @Nullable TranscendListener.OnCloseListener onCloseListener)

v1.04

14 Feb 21:09
32f924a
Compare
Choose a tag to compare

Highlights of Transcend library changes and usgae

  • No alterations that impact users' implementation.