-
public final class PointerOverlay extends BaseOverlay
-
-
Field Summary
Fields Modifier and Type Field Description private final Contextcontextprivate final CoroutineScopeoverlayScope
-
Constructor Summary
Constructors Constructor Description PointerOverlay(Context context, Integer color, Boolean remoteControl, CoroutineScope scope)
-
Method Summary
Modifier and Type Method Description UnithideOverlay()final UnitupdatePosition(Integer x, Integer y)final Unitclick()final ContextgetContext()final CoroutineScopegetOverlayScope()-
Methods inherited from class com.screenmeet.sdk.presentation.overlay.PointerOverlay
showOverlay, updateScreenConfig -
Methods inherited from class com.screenmeet.sdk.presentation.overlay.BaseOverlay
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
hideOverlay
Unit hideOverlay()
-
updatePosition
final Unit updatePosition(Integer x, Integer y)
-
getContext
final Context getContext()
-
getOverlayScope
final CoroutineScope getOverlayScope()
-
-
-
-