androidx.core.uwb.rxjava3
Extension functions summary
Single<Unit> |
Returns a |
Single<UwbClientSessionScope> |
This function is deprecated. Renamed to controleeSessionScopeSingle |
Single<UwbControleeSessionScope> |
Returns a |
Single<UwbControllerSessionScope> |
Returns a |
Flowable<RangingResult> |
UwbClientSessionScope.rangingResultsFlowable( Returns a |
Observable<RangingResult> |
UwbClientSessionScope.rangingResultsObservable( Returns an |
Single<Unit> |
Returns a |
Extension functions
addControleeSingle
fun UwbControllerSessionScope.addControleeSingle(address: UwbAddress): Single<Unit>
Returns a Single
that will run in a given block to add a controlee.
See also | |
---|---|
addControlee |
clientSessionScopeSingle
fun UwbManager.clientSessionScopeSingle(): Single<UwbClientSessionScope>
Returns a Single
of UwbClientSessionScope
.
See also | |
---|---|
clientSessionScope |
controleeSessionScopeSingle
fun UwbManager.controleeSessionScopeSingle(): Single<UwbControleeSessionScope>
Returns a Single
of UwbControleeSessionScope
.
See also | |
---|---|
controleeSessionScope |
controllerSessionScopeSingle
fun UwbManager.controllerSessionScopeSingle(): Single<UwbControllerSessionScope>
Returns a Single
of UwbControllerSessionScope
.
See also | |
---|---|
controllerSessionScope |
rangingResultsFlowable
fun UwbClientSessionScope.rangingResultsFlowable(
parameters: RangingParameters
): Flowable<RangingResult>
Returns a Flowable
of RangingResult
.
See also | |
---|---|
prepareSession |
rangingResultsObservable
fun UwbClientSessionScope.rangingResultsObservable(
parameters: RangingParameters
): Observable<RangingResult>
Returns an Observable
stream of RangingResult
.
See also | |
---|---|
prepareSession |
removeControleeSingle
fun UwbControllerSessionScope.removeControleeSingle(address: UwbAddress): Single<Unit>
Returns a Single
that will run in a given block to remove a controlee.
See also | |
---|---|
removeControlee |