mopinion / mopinion-sdk-android-web

Mopinion Mobile web SDK for Android
2 stars 1 forks source link

openFormAlways doesn't work #10

Closed cristan closed 3 years ago

cristan commented 3 years ago

Calling openFormAlways doesn't work in this SDK. Surprisingly enough, this isn't present in the iOS SDK.

Your code

public void openFormAlways(String formKey) {
    if(formKey != null) {
        unconditionalEvent("_force_"+formKey);
    }
}

If you remove the "force" from this, this method does work.

cristan commented 3 years ago

Ah, nevermind. I was calling openFormAlways with an event name, not with a formKey.