clevertap-android-sdk | CleverTap Android SDK | Analytics library
kandi X-RAY | clevertap-android-sdk Summary
kandi X-RAY | clevertap-android-sdk Summary
The CleverTap Android SDK for Mobile Customer Engagement and Analytics solutions. CleverTap brings together real-time user insights, an advanced segmentation engine, and easy-to-use marketing tools in one mobile marketing platform — giving your team the power to create amazing experiences that deepen customer relationships. Our intelligent mobile marketing platform provides the insights you need to keep users engaged and drive long-term retention and growth. For more information check out our website and documentation.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Configures this box with the contents of the given inbox message
- Hide two buttons
- Format timestamp for creation time
- Mark item as read
- Initializes the inbox
- Finds the best visible media view holder
- Initialize the video surface
- Add a media player view
- Configures this box with the given message content
- Create inbox view
- Invokes the receive method on the device
- Writes the Parcel to the Parcel object
- Configures this object with its contents
- This method writes data to Parcel format
- Generate a NotificationCompat for the given extras
- Creates the view which is used to show the inapp
- Returns the view which has been created
- Invoked when the view is created
- Initialize view
- Process a response from CleverTap
- Initializes the instance
- Callback from CleverTap
- Invoked when the in - app is created
- Returns the view which is used to show the inapp
- Gets the core state
- Creates the view which is used to create the new view
clevertap-android-sdk Key Features
clevertap-android-sdk Examples and Code Snippets
dependencies {
implementation "com.clevertap.android:clevertap-android-sdk:4.4.0"
implementation "androidx.core:core:1.3.0"
implementation "com.google.firebase:firebase-messaging:21.0.0"
implementation "
CleverTapAPI.getDefaultInstance(context)
CleverTapAPI clevertap = CleverTapAPI.getDefaultInstance(getApplicationContext());
CleverTapInstanceConfig clevertapAdditionalInstanceConfig = CleverTapInstanceConfig.createInstance(context, "ADDITIONAL
dependencies {
implementation "com.clevertap.android:clevertap-android-sdk:4.4.0"
}
dependencies {
implementation (name: "clevertap-android-sdk-4.4.0", ext: 'aar')
}
Community Discussions
Trending Discussions on clevertap-android-sdk
QUESTION
Here we integrate clevertap sdk as below, somehow HMS push kit msg is not received:
...ANSWER
Answered 2020-Dec-17 at 21:36You have to integrate CleverTap SDK for Huawei as mentioned here.
For latest Push Kit versions, please refer to Huawei Push Kit documentation here:
Library version is wrong, 'com.clevertap.android:clevertap-android-sdk:4.0.0' , check here
Remove "service" from manifest, you will receive msg
a. If you choose to have the "service" , the HmsPushService Class can not be empty like this. It should have at least more code like the sample in github:
onMessageReceived()
which call
CleverTapAPI.createNotification(getApplicationContext(),extras)
b. add more code in this class to handle push, data, in-app
If above steps do not work, please provide further details per your case.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install clevertap-android-sdk
Add the android:name property to the <application> tag in your AndroidManifest.xml:. Note: If you've already got a custom Application class, call ActivityLifecycleCallback.register(this); before super.onCreate() in your custom Application class. Note: The above step is extremely important and enables CleverTap to track notification opens, display in-app notifications, track deep links, and other important user behavior.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page