Modifier and Type | Method and Description |
---|---|
void |
bringToTop()
Brings this layer to the top.
|
void |
dispose()
Disposes the contents of this layer.
|
T |
getHandle()
The handle which was returned by the
Coat.Returning . |
RxGetter<Boolean> |
rxOnTop()
RxGetter which keeps track of whether this `Layer` is currently on top. |
public RxGetter<Boolean> rxOnTop()
RxGetter
which keeps track of whether this `Layer` is currently on top.public T getHandle()
Coat.Returning
.public void bringToTop()
public void dispose()