We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ea9087 + 7c7da1d commit 4161630Copy full SHA for 4161630
Docs/PushNotifications.md
@@ -283,7 +283,7 @@ allprojects {
283
- `minSdkVersion 21`
284
- `compileSdkVersion 33`
285
4. Run Gradle sync
286
-5. Change your `MainActivity` to extend the `CourierFlutterActivity`
+5. Change your `MainActivity` to extend the `CourierFlutterActivity` (or `CourierFlutterFragmentActivity` if you're using a `FragmentActivity`)
287
- This allows Courier to handle when push notifications are delivered and clicked
288
6. Setup a new Notification Service by creating a new file and pasting the code below in it
289
- This allows you to present a notification to your user when a new notification arrives
0 commit comments