You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This engage overload method is not properly passing down the BooleanCallback argument, instead is just passing null value as the callback param when executing the static engage event.
This
engage
overload method is not properly passing down theBooleanCallback
argument, instead is just passing null value as the callback param when executing the static engage event.apptentive-android/apptentive/src/main/java/com/apptentive/android/sdk/Apptentive.java
Lines 1145 to 1147 in 7dd107b
Which will make the a call like the following never executes callback
onFinish
:The text was updated successfully, but these errors were encountered: