UwbManagerRx
Added in 1.0.0-alpha11
public final class UwbManagerRx
Summary
Public methods |
|
|---|---|
static final @NonNull Single<@NonNull UwbClientSessionScope> |
This method is deprecated. Renamed to controleeSessionScopeSingle |
static final @NonNull Single<@NonNull UwbControleeSessionScope> |
controleeSessionScopeSingle(@NonNull UwbManager receiver)Returns a |
static final @NonNull Single<@NonNull UwbControllerSessionScope> |
controllerSessionScopeSingle(@NonNull UwbManager receiver)Returns a |
Public methods
clientSessionScopeSingle
Artifact: androidx.core.uwb:uwb-rxjava3
Added in 1.0.0-alpha11
Deprecated in 1.0.0-alpha11
public static final @NonNull Single<@NonNull UwbClientSessionScope>clientSessionScopeSingle(@NonNull UwbManager receiver)
Returns a Single of UwbClientSessionScope.
| See also | |
|---|---|
clientSessionScope |
controleeSessionScopeSingle
public static final @NonNull Single<@NonNull UwbControleeSessionScope> controleeSessionScopeSingle(@NonNull UwbManager receiver)
Returns a Single of UwbControleeSessionScope.
| See also | |
|---|---|
controleeSessionScope |
controllerSessionScopeSingle
public static final @NonNull Single<@NonNull UwbControllerSessionScope> controllerSessionScopeSingle(@NonNull UwbManager receiver)
Returns a Single of UwbControllerSessionScope.
| See also | |
|---|---|
controllerSessionScope |