Skip to content

3.4.0

Latest
Compare
Choose a tag to compare
@Anush-Shand Anush-Shand released this 28 Mar 17:32
9458272

⚠️ NOTE
Please refer to this guide for changed integration steps for Huawei PushProvider for android.

What's new

API changes

  • [Android and iOS Platform]
    • Adds new API to register push tokens
      • pushRegistrationToken(your_token, pushType): Register the token for providers other than FCM. Refer here for example usage.
      • setFCMPushToken(your_token): Register the token for FCM only. Refer here for example usage.
    • Removes: The legacy token registration APIs have been removed to make push providers injectable. The above mentioned APIs should be used in it's place. The removed APIs include:
      • setPushToken(value, type)