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
If you need to get your app data from another source you should do the following:
Create a new feed class that inherits from FeedBase
Override the method GetFeedAsync to get your data, and fill objects of DataGroup and DataItem or your similar classes into AppData collections.
If your feed should fill items in a certain group, or fill the data of a single item, the property TargetData from FeedBase should be used to link the feed with its target group/item.