-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
Description
Hello.
I have a problem. I need to get activity by id in Android.
Does Java lib have something simiIar to iOs?
https://github.com/GetStream/stream-swift/wiki/Activities#advanced
// retrieve two activities by ID:
Client.shared.get(typeOf: Activity.self, activityIds: ["01b3c1dd-e7ab-4649-b5b3-b4371d8f7045",
"ed2837a6-0a3b-4679-adc1-778a1704852d"])
Could you help with that?
Thank you.