#john307-Subscription

1 messages · Page 1 of 1 (latest)

south totem
#

Would the sample code on API reference help?

graceful plaza
#

Hi thanks for your response, I also checked that but I dont see exact sample for SubscriptionData. Here's my sample code

        `SubscriptionData = new List<SubscriptionDataOptions>
        {
          new SubscriptionDataOptions {
            Metadata = new Dictionary<string, string>
            {
                { "Test", "123"},
            }
          }
        },`
south totem
#

I think it's SessionSubscriptionDataOptions