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 or requesting the user consent status, please wait
0 = Consent status unknown, 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()