Added

Android SDK 3.0.14

  • What's new

    This release adds attribute support for chat messages, comments, and profiles. It also adds root-level reaction APIs for querying and counting reactions across multiple reaction spaces and targets and targetGroups alongside the socal graph update

    Comments

    • Added attributes as key-value pairs (<Key, Value>) to:
      • ChatMessages
      • Comments
      • Profile

    Reactions

    • Added root-level SDK.reaction() APIs:
      • GetUserReactions() — query reactions across multiple reaction spaces.
      • CountUserReactions() — count reactions across multiple reaction spaces.
        The existing reaction session continues to work with a single reaction space ID.

    More info