You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added support for various ways to customize the default interface for a mobile inbox
24
+
- Added a sample project that demonstrates how to customize the default interface for a mobile inbox
25
+
- Added tracking for inbox sessions (when the inbox is visible in the app) and inbox message impressions (when a individual message's item is visible in the mobile inbox message list)
26
+
27
+
#### Removed
28
+
- Removed all old initialization methods starting with `sharedInstanceWithApiKey`
29
+
- Removed `sendPush` methods (these API methods can't be called from mobile apps)
30
+
- Removed all deprecated methods with extra parameters for push registration:
31
+
-`void registerDeviceToken(String token)` is the only one available now for token registration
32
+
-`void disablePush()` is the only one available for disabling the current push token
33
+
- Platform is always FCM, and push integration name is taken from `IterableConfig`
22
34
23
35
#### Changed
36
+
- The SDK now depends on *AndroidX* libraries. [Migrate your app to use AndroidX](https://developer.android.com/jetpack/androidx/migrate) before using version 3.2.0 or higher of the SDK.
24
37
- When `pushIntegrationName` is not set on `IterableConfig`, the SDK now defaults it to the app's package name.
25
-
If you've set up your push integration with the new Mobile Apps UI, you don't have to specify `pushIntegrationName` in the SDK anymore.
38
+
If you've set up your push integration with the new Mobile Apps UI, you don't have to specify `pushIntegrationName` in the SDK anymore.
0 commit comments