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
It should be useful if method ShowFeedDialog get a callback as a parameter, as the method ShowAppRequestsDialog do, to know if the call had success or not.
The text was updated successfully, but these errors were encountered:
I need same feature.
Right now, I wrote code to get and parse protocolArgs.Uri in App OnActivated method cause it is already called when a feed is published or when dialog is close through cancel button.
So if protocolArgs.Uri string contains "post_id" substring, it means that share is ok, otherwise share failed.
It should be useful if method ShowFeedDialog get a callback as a parameter, as the method ShowAppRequestsDialog do, to know if the call had success or not.
The text was updated successfully, but these errors were encountered: