最近の検索


最近の検索はありません

inactivity get in touch on iOS unified sdk



投稿日時:2023年8月19日

Hi 

I manage to change the inactivity_get_in_touch_message but I want to change the delay for it, cause it triggers right of the bat . how can i do that ?

 

do {

                    let messagingConfiguration = MessagingConfiguration()

                    

                    messagingConfiguration.name = "test"

                    

                    messagingConfiguration.isMultilineResponseOptionsEnabled = true

                  

                    let answerBotEngine = try AnswerBotEngine.engine()

                    

                    let supportEngine = try SupportEngine.engine()

                    let chatEngine = try ChatEngine.engine()

                    

                    let viewController = try Messaging.instance.buildUI(engines: [answerBotEngine, chatEngine, supportEngine],

                                                            configs: [ZendeskManager.getConfig(),messagingConfiguration])

                    self.navigationController?.pushViewController(viewController, animated: true)

                }

regards

 

Raphaël


0

1

1件のコメント

Hi Raphaël! I don't believe that there is a native way to do this, but I'm assuming that you could do this with some sort of delay in Swift. I don't have a lot of experience programming in Swift, so I can't make any specific suggestions on this...is there any reason that this wouldn't work for you?

0


サインインしてコメントを残します。

お探しのものが見つかりませんか?

新規投稿