UnbluUiVisibilityTransition

@objc
public enum UnbluUiVisibilityTransition : Int

The different states when showing hiding the chat ui. This can be used together with the event ChatVisibilityTransition to properly sync other animations or update the ui accordingly to id

  • State when chat starts to fade in

    Declaration

    Swift

    case fadeIn
  • State after the chat has completely fadded in and is fully usable

    Declaration

    Swift

    case fadedIn
  • State when chat starts to fade out

    Declaration

    Swift

    case fadeOut
  • State after the chat has completely fadded out and is not longer visible

    Declaration

    Swift

    case fadedOut