Skip to content

ReactiveActivity class

Attributes: [DebuggerDisplay("{Activated}, {Deactivated}")]

Defined in

Namespace: ReactiveUI.Reactive Assembly: ReactiveUI.Reactive.dll Full name: ReactiveUI.Reactive.ReactiveActivity Modifiers: public

Summary

View source

This is an Activity that is both an Activity and has ReactiveObject powers (i.e. you can call RaiseAndSetIfChanged).

Applies to

net10.0-android36.0

Class hierarchy
classDiagram
class ReactiveActivity
class Activity
Activity <|-- ReactiveActivity
class IReactiveObject {
    <>
}
IReactiveObject <|.. ReactiveActivity
class INotifyPropertyChanged {
    <>
}
INotifyPropertyChanged <|.. ReactiveActivity
class INotifyPropertyChanging {
    <>
}
INotifyPropertyChanging <|.. ReactiveActivity
class IEnableLogger {
    <>
}
IEnableLogger <|.. ReactiveActivity
class IReactiveNotifyPropertyChanged~ReactiveActivity~ {
    <>
}
IReactiveNotifyPropertyChanged~ReactiveActivity~ <|.. ReactiveActivity
class IHandleObservableErrors {
    <>
}
IHandleObservableErrors <|.. ReactiveActivity

Inherits from: Activity

Implements: IReactiveObject, INotifyPropertyChanged, INotifyPropertyChanging, IEnableLogger, IReactiveNotifyPropertyChanged, IHandleObservableErrors

Constructors

NameSummary
.ctorInitializes a new instance of the [ReactiveActivity](# class.

Properties

NameSummary
ChangingGets an observable that fires before a property is about to be changed. Note that this should not fire duplicate change notifications if a property is set to the same...
ChangedGets an Observable that fires after a property has changed. Note that this should not fire duplicate change notifications if a property is set to the same value multiple...
ThrownExceptionsGets a observable which will fire whenever an exception would normally terminate ReactiveUI internal state.
ActivatedGets a signal when the activity is activated.
DeactivatedGets a signal when the activity is deactivated.
ActivityResultGets the activity result.

Methods

NameSummary
SuppressChangeNotificationsWhen this method is called, an object will not fire change notifications (neither traditional nor Observable notifications) until the return value is disposed.
StartActivityForResultAsyncStarts the activity for result asynchronously.
OnPause
OnResume
OnActivityResult
Dispose

Events

NameSummary
PropertyChanging
PropertyChanged

Derived types

Inherited members