Skip to content

AndroidObservableForWidgets class

Attributes: [Preserve(AllMembers = true)]

Defined in

Namespace: ReactiveUI.Reactive Assembly: ReactiveUI.Reactive.dll Full name: ReactiveUI.Reactive.AndroidObservableForWidgets Modifiers: public sealed

Summary

View source

        Provides property change notifications for a curated set of Android widget types which are not generally observable
        through standard property change mechanisms.
        

Applies to

net10.0-android36.0

Class hierarchy
classDiagram
class AndroidObservableForWidgets
class ICreatesObservableForProperty {
    <>
}
ICreatesObservableForProperty <|.. AndroidObservableForWidgets
class IEnableLogger {
    <>
}
IEnableLogger <|.. AndroidObservableForWidgets

Implements: ICreatesObservableForProperty, IEnableLogger

Remarks

This implementation only supports after-change notifications; beforeChange is not supported.

A static dispatch table maps widget types and property names to observable factory functions.

Trimming/AOT: this type repeats the trimming/AOT annotations required by the ICreatesObservableForProperty interface on its implementing members to satisfy the interface contract.

Constructors

NameSummary
.ctor

Methods

NameSummary
GetAffinityForObjectReturns a positive integer when this instance supports GetNotificationForProperty for the specified type and propertyName, assuming after-change notifications.
GetNotificationForPropertySubscribes to after-change notifications for the specified propertyName on sender.
Inherited members