Updated on 2026-08-14
This commit is contained in:
parent
00c8ef60e9
commit
431a969a43
2 changed files with 3 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ import android.app.Application
|
|||
import io.customer.messagingpush.ModuleMessagingPushFCM
|
||||
import io.customer.sdk.CustomerIO
|
||||
import io.customer.sdk.CustomerIOBuilder
|
||||
import io.customer.sdk.data.model.Region
|
||||
import timber.log.Timber
|
||||
|
||||
/**
|
||||
|
|
@ -25,6 +26,7 @@ internal class CustomerIoClient(
|
|||
applicationContext = application,
|
||||
cdpApiKey = cdpApiKey,
|
||||
)
|
||||
.region(Region.EU)
|
||||
.trackApplicationLifecycleEvents(false)
|
||||
.autoTrackActivityScreens(false)
|
||||
.addCustomerIOModule(ModuleMessagingPushFCM())
|
||||
|
|
|
|||
|
|
@ -58,6 +58,6 @@
|
|||
},
|
||||
{
|
||||
"name": "CUSTOMER_IO_ENABLED",
|
||||
"version": "undefined"
|
||||
"version": "5.35"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue