You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are six different Subscription classes in Subscriptions.cs which makes things pretty confusing. The differences mainly seem to enable proper binding based on the web call (subscribe, verification, notification, etc). It seems like there should be a way to clean this up and have fewer classes where maybe which properties are bound depend on the call, or something along those lines so that we can reduce the number of classes there are.
The text was updated successfully, but these errors were encountered:
There are six different Subscription classes in Subscriptions.cs which makes things pretty confusing. The differences mainly seem to enable proper binding based on the web call (subscribe, verification, notification, etc). It seems like there should be a way to clean this up and have fewer classes where maybe which properties are bound depend on the call, or something along those lines so that we can reduce the number of classes there are.
The text was updated successfully, but these errors were encountered: