UwbControllerSessionScopeRx

Added in 1.0.0-alpha08

public final class UwbControllerSessionScopeRx


Summary

Public methods

static final @NonNull Single<Unit>

Returns a Single that will run in a given block to add a controlee.

static final @NonNull Single<Unit>

Returns a Single that will run in a given block to remove a controlee.

Public methods

addControleeSingle

public static final @NonNull Single<UnitaddControleeSingle(
    @NonNull UwbControllerSessionScope receiver,
    @NonNull UwbAddress address
)

Returns a Single that will run in a given block to add a controlee.

See also
addControlee

removeControleeSingle

public static final @NonNull Single<UnitremoveControleeSingle(
    @NonNull UwbControllerSessionScope receiver,
    @NonNull UwbAddress address
)

Returns a Single that will run in a given block to remove a controlee.

See also
removeControlee