Skip to content

Commit 0e7d273

Browse files
committed
Merge branch 'release/1.4.12'
2 parents 6ed7818 + 69ba0c7 commit 0e7d273

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pam-android-kotlin/src/main/java/ai/pams/android/kotlin/models/notification/NotificationItem.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@ data class NotificationItem(
3636
}
3737
}
3838

39+
@Deprecated("use read() instead of trackOpen()")
3940
fun trackOpen() {
41+
read()
42+
}
43+
44+
fun read() {
4045
pixel?.let {
4146
Http.getInstance().get(it)
4247
}

0 commit comments

Comments
 (0)