What's new in SDK 3?
You are viewing the V3 docs. Note that v4 is now the preferred version for Android.
SDK 3 includes a number of enhancements, aimed at simplifying the integration process and minimizing errors.
Key changes in SDK 3
- Widget and Feed are now instances of the same class ('Unit'), and use a similar flow.
- Widget and Feed heights are now set automatically.
- Placement View IDs are now managed automatically.
- Serial loading is now managed automatically.
- The following default values are now applied:
targetType
is"mix"
by default.- The
scrollIntercept
flag for Feed is set totrue
by default (for a seamless transition between page and Feed scrolling).
Updated 5 months ago