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
Then when you make an age range request the details in this fake result will be returned.
162
+
163
+
:::note Android
164
+
On Android we construct a `FakeAgeSignalsManager` and pass in the parameters from your specified `AgeRangeResult` (as described in the [testing documentation](https://developer.android.com/google/play/age-signals/test-age-signals-api))
165
+
:::
166
+
167
+
:::note iOS
168
+
On iOS, there is no method in the Declared Age Range framework to set a test result.
169
+
170
+
Instead the specified `AgeRangeResult` will simply be returned in the success callback or event, which means you will not see any UI that would be presented during a normal operation.
0 commit comments