Extract from_notification extra to a constant in IntentNavigationExtras
Allow `IntentProvider` to receive extras and `PendingIntentFactory` to send them.
This commit is contained in:
parent
04feea5d25
commit
1d77aa447d
7 changed files with 54 additions and 15 deletions
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* Copyright (c) 2025 Element Creations Ltd.
|
||||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial.
|
||||
* Please see LICENSE files in the repository root for full details.
|
||||
*/
|
||||
|
||||
package io.element.android.services.appnavstate.api
|
||||
|
||||
const val ROOM_OPENED_FROM_NOTIFICATION = "opened_from_notification"
|
||||
Loading…
Add table
Add a link
Reference in a new issue