Skip to content

Commit 788e949

Browse files
committed
make trackInAppClose public
1 parent 8b0a852 commit 788e949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iterableapi/src/main/java/com/iterable/iterableapi/IterableApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ public void trackInAppClick(@NonNull IterableInAppMessage message, @NonNull Stri
724724
* @param closeAction the method of how the in-app was closed
725725
* @param clickLocation the location of the in-app for this event
726726
*/
727-
void trackInAppClose(@NonNull IterableInAppMessage message, @Nullable String clickedURL, @NonNull IterableInAppCloseAction closeAction, @NonNull IterableInAppLocation clickLocation) {
727+
public void trackInAppClose(@NonNull IterableInAppMessage message, @Nullable String clickedURL, @NonNull IterableInAppCloseAction closeAction, @NonNull IterableInAppLocation clickLocation) {
728728
if (!checkSDKInitialization()) {
729729
return;
730730
}

0 commit comments

Comments
 (0)