Skip to content

Commit 0832d44

Browse files
committed
making OSInAppMessagePage internal
This class should not be exposed
1 parent 397de12 commit 0832d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OneSignalSDK/onesignal/src/main/java/com/onesignal/OSInAppMessagePage.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import org.json.JSONObject
77
const val PAGE_ID = "pageId"
88
const val PAGE_INDEX = "pageIndex"
99

10-
class OSInAppMessagePage constructor(jsonObject: JSONObject) {
10+
internal open class OSInAppMessagePage constructor(jsonObject: JSONObject) {
1111
var pageId: String? = null
1212
var pageIndex: String? = null
1313

0 commit comments

Comments
 (0)