initialize

fun initialize(savedInstanceState: Bundle?)

Initializes SearchFeedbackViewController with the passed state. If this function is not called, view's state might be not restored properly and other functions might throw exceptions.

Parameters

savedInstanceState

State passed to android.app.Activity lifecycle functions.

Throws

If this function called more that once.