Donguk Kim
Donguk Kim
## Expected Behavior Calling `amplitudeClient.setOptOut(true)` should make `amplitudeClient.isOptedOut` return `true`. ## Current Behavior Calling `amplitudeClient.isOptedOut` always returns `false` despite calling `amplitudeClient.setOptOut(true)`. ## Images Amplitude client is initialized as such ```...
### Describe the feature request? Do you guys have any code samples for integrating biometrics with okta? I am trying to store the okta token so that it requires biometric...
### Description Updated Fresco version from 2.6.0 to 3.4.0. Function `ImagePipelineFactory.getMainFileCache()` does not exist anymore in 3.4.0. ### Reproduction ``` val imageRequest = ImageRequest.fromUri(url) val cacheKey = DefaultCacheKeyFactory .getInstance() .getEncodedCacheKey(imageRequest,...