The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

ContextExtensions Class

Summary

Extension methods for Context.
Namespace
ReactiveUI
Base Types
  • object
graph BT Type-->Base0["object"] Type["ContextExtensions"] class Type type-node

Syntax

public static class ContextExtensions

Methods

Name Value Summary
ServiceBound(Context, Intent, Bind) IObservable<IBinder?>
Binds the service.
static
ServiceBound<TBinder>(Context, Intent, Bind) IObservable<TBinder>
Binds the service.
static

Extension Methods

Name Value Summary
InvokeViewModelAction<T>(Action<T>) object
This is a thing I lifted from Prism.