You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @deprecated It was discovered that this value was not being set reliably and was not used by our UI.
153
154
* Was the UI shown to the user?
154
-
* @deprecated Deprecated because it was discovered to have not been being set reliably, and was not being used by our UI.
155
155
*/
156
156
prompted?: boolean;
157
157
/**
@@ -272,8 +272,8 @@ export type AirgapAPI = Readonly<{
272
272
options?: ConsentOptions,
273
273
): Promise<boolean>|boolean;
274
274
/**
275
+
* @deprecated It was discovered that this function was not working reliably, and that the value it set was not used by our UI.
275
276
* Sets whether or not the Consent UI has been shown to the user
276
-
* @deprecated Deprecated because it was discovered to have not been working reliably, and the value it was attempting to set was not being used by our UI.
277
277
*/
278
278
setPrompted(state: boolean): Promise<void>;
279
279
/** Consents the user to all tracking purposes (requires recent UI interaction) */
0 commit comments