Skip to main content
Version: SDK-5.11.4

CloseQuestionView

public void CloseQuestionView();

Description

Close the 1:1 inquiry window.
Rather than calling the method, you may also click the X button on the upper right of the 1:1 inquiry window to close the window.

Example

Synchronous

BackEnd.Support.Android.Question.CloseQuestionView(); -> void
BackEnd.Support.iOS.Question.CloseQuestionView();

//Remove the 1:1 inquiry window
#if UNITY_ANDROID
BackEnd.Support.Android.Question.CloseQuestionView();
#elif UNITY_IOS
BackEnd.Support.iOS.Question.CloseQuestionView();
#endif