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

Public Member Functions

void OnReadyOnSuccess ()
 This method is called once the SDK is ready.
 
void OnReadyOnError (AndroidJavaObject err)
 If an error occurs during SDK initialization, this method will be called with the exception parameter converted to AndroidJavaObject.
 

Detailed Description

/!\ Works only on Android /!\ The callback interface that lets you know when the sdk has finished initializing on Android

Member Function Documentation

◆ OnReadyOnError()

void SFBX.AppConsent.ISDKCallbackListener.OnReadyOnError ( AndroidJavaObject err)

If an error occurs during SDK initialization, this method will be called with the exception parameter converted to AndroidJavaObject.

Parameters
errThe AndroidJavaObject that contains the exception throw during setup