UwbControllerSessionScopeRx
Added in 1.0.0-alpha10
public final class UwbControllerSessionScopeRx
Summary
Public methods |
|
|---|---|
static final @NonNull Single<Unit> |
addControleeSingle(Returns a |
static final @NonNull Single<Unit> |
removeControleeSingle(Returns a |
Public methods
addControleeSingle
public static final @NonNull Single<Unit> addControleeSingle(
@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<Unit> removeControleeSingle(
@NonNull UwbControllerSessionScope receiver,
@NonNull UwbAddress address
)
Returns a Single that will run in a given block to remove a controlee.
| See also | |
|---|---|
removeControlee |