We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca70528 commit 104dbfaCopy full SHA for 104dbfa
gma/src/include/firebase/gma/ump/consent_info.h
@@ -76,7 +76,10 @@ class ConsentInfo {
76
/// @code
77
/// #if defined(__ANDROID__)
78
/// consent_info = firebase::gma::ump::ConsentInfo::GetInstance(jni_env,
79
- /// activity); #else consent_info = firebase::gma::ump::GetInstance(); #endif
+ /// activity);
80
+ /// #else
81
+ /// consent_info = firebase::gma::ump::GetInstance();
82
+ /// #endif
83
/// @endcode
84
///
85
/// @param[in] jni_env JNIEnv pointer.
0 commit comments