AppConsent Unity
 
Loading...
Searching...
No Matches
SFBX.AppConsent.ISDKPresentNoticeListener Interface Reference

Public Member Functions

void OnConsentGiven ()
 This method is called once the user has given his consent.
 
void OnConsentGivenError (AndroidJavaObject err)
 If an error occurs during user's consent process, this method is called.
 

Detailed Description

/!\ Works only on Android /!\ The callback interface that lets you know when the user has completed his consent. When the save button has been clicked and consent stored.

Member Function Documentation

◆ OnConsentGivenError()

void SFBX.AppConsent.ISDKPresentNoticeListener.OnConsentGivenError ( AndroidJavaObject err)

If an error occurs during user's consent process, this method is called.

Parameters
errThe AndroidJavaObject that contains the exception throw during setup