Skip to content

Commit 938e7c8

Browse files
author
Rodrigo Gomez Palacio
committed
Encapsulate rywToken & rywDelay in RywData data class object
Motivation: we need to keep the two values together in order to know how much to delay by (based on what rywToken is newest)
1 parent 8fb33fc commit 938e7c8

File tree

1 file changed

+3
-0
lines changed
  • OneSignalSDK/onesignal/core/src/main/java/com/onesignal/common/consistency

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
package com.onesignal.common.consistency
2+
3+
data class RywData(val rywToken: String, val rywDelay: Long?)

0 commit comments

Comments
 (0)