Bloomreach Maui SDK has some methods to retrieve your data from the Bloomreach web application.
Get items recommended for a customer.
var recommendations = await Bloomreach.BloomreachSDK.FetchRecommendation(
new CustomerRecommendationOptions(
id: recommendationId.Text,
fillWithRandom: true)
);
Fetch the list of your existing consent categories.
var consents = await Bloomreach.BloomreachSDK.FetchConsents();