We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591bbe7 commit c3f15f5Copy full SHA for c3f15f5
OneSignalSDK/onesignal/core/src/main/java/com/onesignal/common/consistency/enums/IamFetchRywTokenKey.kt
@@ -0,0 +1,12 @@
1
+package com.onesignal.common.consistency.enums
2
+
3
+import com.onesignal.common.consistency.models.IConsistencyKeyEnum
4
5
+/**
6
+ * Each enum is a key that we use to keep track of read-your-write tokens.
7
+ * Although the enums are named with "UPDATE", they serve as keys for tokens from both PATCH & POST
8
+ */
9
+enum class IamFetchRywTokenKey : IConsistencyKeyEnum {
10
+ USER,
11
+ SUBSCRIPTION,
12
+}
0 commit comments