File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
OneSignalSDK/onesignal/src/main/java/com/onesignal/influence Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ internal object OSInfluenceConstants {
13
13
const val INFLUENCE_IDS = " influence_ids"
14
14
15
15
// OSInAppMessageTracker Constants
16
- val IAM_TAG : String = OSInAppMessageTracker ::class .java.canonicalName
16
+ val IAM_TAG : String = OSInAppMessageTracker ::class .java.canonicalName as String
17
17
const val IAM_ID_TAG = " iam_id"
18
18
19
19
// OSNotificationTracker Constants
20
- val NOTIFICATION_TAG : String = OSNotificationTracker ::class .java.canonicalName
20
+ val NOTIFICATION_TAG : String = OSNotificationTracker ::class .java.canonicalName as String
21
21
const val DIRECT_TAG = " direct"
22
22
const val NOTIFICATIONS_IDS = " notification_ids"
23
23
const val NOTIFICATION_ID_TAG = " notification_id"
You can’t perform that action at this time.
0 commit comments