swift-sdk icon indicating copy to clipboard operation
swift-sdk copied to clipboard

is there a way to have access to getInAppShowingWaitTimeInterval value?

Open elanovasconcelos opened this issue 3 years ago • 3 comments

is there a way to have access to getInAppShowingWaitTimeInterval value? I need this value, but I couldn't find a way to get it

elanovasconcelos avatar Feb 22 '22 17:02 elanovasconcelos

Sorry this is a private value. Can you please explain why you need access to this?

tapashmajumder avatar Feb 23 '22 09:02 tapashmajumder

There are some moments that I start or stop showing messages, but I need a way to know if it's ok to show again messages respecting the retryInterval.

another question: is there a way to dismiss the current message (IterableInAppHTMLViewController) by code?

elanovasconcelos avatar Feb 23 '22 20:02 elanovasconcelos

Hi @elanovasconcelos It will be unidiomatic for us to provide access to this value. This is used internally to schedule next in-app message. If you want to show an in-app manually then you can just show it anytime and don't need to worry about the retry interval.

No, currently there is no way to dismiss the current message by code? Are you thinking about a message that stays on the screen for sometime and then disappears after that? Maybe that is something we can look at in the future.

tapashmajumder avatar Mar 11 '22 16:03 tapashmajumder

Closing due to age, if you feel that this is a relevant issue, I actually suggest letting your CSM know that this in particular is a feature request. Thanks!

roninopf avatar Sep 06 '22 20:09 roninopf