Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 535 Bytes

File metadata and controls

30 lines (19 loc) · 535 Bytes

🚀 Fetching Data

Exponea Xamarin SDK has some methods to retrieve your data from the Exponea web application.

Get customer recommendation

Get items recommended for a customer.

💻 Usage

_exponea.FetchRecommendationsAsync(
         new RecommendationsRequest(
                 id: recommendationId.Text,
                 fillWithRandom: true
         )
);

Consent Categories

Fetch the list of your existing consent categories.

💻 Usage=

_exponea.FetchConsentsAsync();