StreamActivityUiDelegate

Functions

Link copied to clipboard
abstract fun loadingContent(activity: T)

Called when the setContent cannot yet be invoked (missing Call for e.g.). Used to show some UI in the activity if the call is not yet loaded.

Link copied to clipboard
abstract fun setContent(activity: T, call: Call)

Set the content for the activity,