GetConsentStatusAdMob

Description

Returns the current user consent status, it returns one of the following values:
-2 = LoadConsentStatusAdMob has not yet been called, you must call it before proceeding further
-1 = LoadConsentStatusAdMob is in the process of loading the user consent status, please wait
0 = User has not yet been asked, AdMob ads will default to not using personal information, call RequestConsentAdMob to prompt the user for consent
1 = User has refused consent, any AdMob ads displayed will not use personal information
2 = User has given consent, any AdMob ads displayed will use personal information

Definition

integer GetConsentStatusAdMob()