Live Activities
A quick start guide to adding Live Activity notification support to your Android application with the Pushly PushSDK
Prerequisites
Step 1: Android SDK Setup
SDK
Earliest Version with Live Activities
dependencies {
...
implementation 'com.pushly.android:pushsdk:[1.3, 2.0['
}Step 2: Creating a Handler for Live Activity Updates
Registering the Handler
Step 3: Starting a Live Activity
Starting from Within the App
Content State
Starting via Push
Step 4: Send Your Live Activity an Update
Step 5: Removing Live Activities
Remove a Specific Activity
Remove All Activities
Best Practices
Last updated