ContextExtensions.ServiceBound(Context, Intent) method¶
Defined in
Type: ContextExtensions
Namespace: ReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Applies to
net10.0-android36.0
Overloads¶
- 1.
public static IObservable<IBinder?> ServiceBound(this Context context, Intent intent) - 2.
public static IObservable<IBinder?> ServiceBound(this Context context, Intent intent, Bind flags) - 3.
public static IObservable<TBinder?> ServiceBound<TBinder>(this Context context, Intent intent) where TBinder : class, IBinder - 4.
public static IObservable<TBinder?> ServiceBound<TBinder>(this Context context, Intent intent, Bind flags) where TBinder : class, IBinder
1. Overload¶
public static IObservable<IBinder?> ServiceBound(this Context context, Intent intent)
Parameters
| Name | Type | Description |
|---|---|---|
context | Context | -- |
intent | Intent | -- |
Returns: IObservable
2. Overload¶
public static IObservable<IBinder?> ServiceBound(this Context context, Intent intent, Bind flags)
Parameters
| Name | Type | Description |
|---|---|---|
context | Context | -- |
intent | Intent | -- |
flags | Bind | -- |
Returns: IObservable
3. Overload¶
public static IObservable<TBinder?> ServiceBound<TBinder>(this Context context, Intent intent) where TBinder : class, IBinder
Type parameters
| Name | Description |
|---|---|
TBinder | -- |
Parameters
| Name | Type | Description |
|---|---|---|
context | Context | -- |
intent | Intent | -- |
Returns: IObservable
4. Overload¶
public static IObservable<TBinder?> ServiceBound<TBinder>(this Context context, Intent intent, Bind flags) where TBinder : class, IBinder
Type parameters
| Name | Description |
|---|---|
TBinder | -- |
Parameters
| Name | Type | Description |
|---|---|---|
context | Context | -- |
intent | Intent | -- |
flags | Bind | -- |
Returns: IObservable