Interface StreamActivityUiDelegate

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit loadingContent(T activity) Called when the setContent cannot yet be invoked (missing Call for e.g.).
      abstract Unit setContent(T activity, Call call) Set the content for the activity,
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • loadingContent

         abstract Unit loadingContent(T activity)

        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.

      • setContent

         abstract Unit setContent(T activity, Call call)

        Set the content for the activity,

        Parameters:
        activity - the activity
        call - the call