#HKrievs-metadata
1 messages ยท Page 1 of 1 (latest)
@hard field
Im not able to get it to work ๐ฆ
what exact code did you try and what error message did you get?
Compiler complains about subscriptiondata classe being private
that's not really how you'd use it, it's the same as every thing else, you use a builder
setSubscriptionData(SessionCreateParams.SubscriptionData.builder().addMetadata().build()) I think, something like that.
Will try, thanks..