Package 

Class ViewVisibility

    • Method Summary

      Modifier and Type Method Description
      final Unit recalculate() Recalculates whether this view's visibility has changed, and notifies observers if it has.
      Boolean isVisible()
      Track.Dimensions size()
      Unit close() Called when this object is no longer needed and should clean up any unused resources.
      • Methods inherited from class io.livekit.android.room.track.video.ViewVisibility

        notifyChanged
      • Methods inherited from class io.livekit.android.room.track.video.VideoSinkVisibility

        addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
      • Methods inherited from class java.lang.Object

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

      • ViewVisibility

        ViewVisibility(View view)