fix: added exception handling for when browser doesn't exist #1852
Annotations
11 warnings
sdk/src/main/java/io/customer/sdk/CustomerIO.kt#L549
'getActivityInfo(ComponentName, Int): ActivityInfo' is deprecated. Deprecated in Java
|
sdk/src/main/java/io/customer/sdk/data/moshi/adapter/CustomAttributesAdapter.kt#L63
Name shadowed: value
|
sdk/src/main/java/io/customer/sdk/data/store/ApplicationStore.kt#L24
'getPackageInfo(String, Int): PackageInfo!' is deprecated. Deprecated in Java
|
sdk/src/main/java/io/customer/sdk/repository/DeviceRepository.kt#L34
Name shadowed: attributes
|
sdk/src/main/java/io/customer/sdk/repository/ProfileRepository.kt#L39
Name shadowed: currentlyIdentifiedProfileIdentifier
|
common-test/src/main/java/io/customer/commontest/util/DispatchersProviderStub.kt#L7
'TestCoroutineDispatcher' is deprecated. The execution order of `TestCoroutineDispatcher` can be confusing, and the mechanism of pausing is typically misunderstood. Please use `StandardTestDispatcher` or `UnconfinedTestDispatcher` instead.
|
common-test/src/main/java/io/customer/commontest/util/DispatchersProviderStub.kt#L24
'TestCoroutineDispatcher' is deprecated. The execution order of `TestCoroutineDispatcher` can be confusing, and the mechanism of pausing is typically misunderstood. Please use `StandardTestDispatcher` or `UnconfinedTestDispatcher` instead.
|
common-test/src/main/java/io/customer/commontest/util/DispatchersProviderStub.kt#L28
'TestCoroutineDispatcher' is deprecated. The execution order of `TestCoroutineDispatcher` can be confusing, and the mechanism of pausing is typically misunderstood. Please use `StandardTestDispatcher` or `UnconfinedTestDispatcher` instead.
|
messagingpush/src/main/java/io/customer/messagingpush/CustomerIOPushNotificationHandler.kt#L132
'getApplicationInfo(String, Int): ApplicationInfo' is deprecated. Deprecated in Java
|
messagingpush/src/main/java/io/customer/messagingpush/CustomerIOPushReceiver.kt#L43
'getParcelable(String?): T?' is deprecated. Deprecated in Java
|
messagingpush/src/main/java/io/customer/messagingpush/extensions/ContextExtensions.kt#L18
Using discouraged APIs: Use of this function is discouraged because resource reflection makes it harder to perform build optimizations and compile-time verification of code. It is much more efficient to retrieve resources by identifier (e.g. `R.foo.bar`) than by name (e.g. `getIdentifier("bar", "foo", null)`).
|
The logs for this run have expired and are no longer available.
Loading