Skip to content

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)

View source

Parameters

NameTypeDescription
contextContext--
intentIntent--

Returns: IObservable

2. Overload

public static IObservable<IBinder?> ServiceBound(this Context context, Intent intent, Bind flags)

View source

Parameters

NameTypeDescription
contextContext--
intentIntent--
flagsBind--

Returns: IObservable

3. Overload

public static IObservable<TBinder?> ServiceBound<TBinder>(this Context context, Intent intent) where TBinder : class, IBinder

View source

Type parameters

NameDescription
TBinder--

Parameters

NameTypeDescription
contextContext--
intentIntent--

Returns: IObservable

4. Overload

public static IObservable<TBinder?> ServiceBound<TBinder>(this Context context, Intent intent, Bind flags) where TBinder : class, IBinder

View source

Type parameters

NameDescription
TBinder--

Parameters

NameTypeDescription
contextContext--
intentIntent--
flagsBind--

Returns: IObservable