Skip to content

Commit 7dea11f

Browse files
committed
Set OSInAppMessagePrompt as public
This should be public as OSInAppMessageAction has a public getPrompts method which returns list of the type OSInAppMessagePrompt.
1 parent ca98fed commit 7dea11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OneSignalSDK/onesignal/src/main/java/com/onesignal/OSInAppMessagePrompt.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.onesignal;
22

3-
abstract class OSInAppMessagePrompt {
3+
public abstract class OSInAppMessagePrompt {
44

55
private boolean prompted = false;
66

0 commit comments

Comments
 (0)