Initialization

Initialize the SDK with the call to the Indigital.init method.

First you have to call the indigitall interface inside your MainPage class, as we see below:

Com.Indigitall.Maui.MIndigitall indigitall = new();
if (indigitall != null)
{
    indigitall.Init("<YOUR_APP_KEY>", "<YOUR_SENDER_ID>");
}
  • YOUR_APP_KEY is an alphanumeric text string. You can find it in the administration console within the Configuration section in the Projects tab.
  • YOUR_SENDER_ID is a numeric string. You can find it in the Firebase console, inside the project, in the configuration, tab Cloud messaging.