Exponea Xamarin SDK has some methods to retrieve your data from the Exponea web application.
Get items recommended for a customer.
_exponea.FetchRecommendationsAsync(
new RecommendationsRequest(
id: recommendationId.Text,
fillWithRandom: true
)
);
Fetch the list of your existing consent categories.
_exponea.FetchConsentsAsync();