Stay organized with collections Save and categorize content based on your preferences.

WindowInfoTrackerRx

public final class WindowInfoTrackerRx


Summary

Public methods

WindowInfoTrackerRx.windowLayoutInfoFlowable

public static final @NonNull Flowable<@NonNull WindowLayoutInfoWindowInfoTrackerRx.windowLayoutInfoFlowable(
    @NonNull WindowInfoTracker receiver,
    @NonNull Activity activity
)

Return a Flowable stream of WindowLayoutInfo.

See also
windowLayoutInfo

WindowInfoTrackerRx.windowLayoutInfoFlowable

public static final @NonNull Flowable<@NonNull WindowLayoutInfoWindowInfoTrackerRx.windowLayoutInfoFlowable(
    @NonNull WindowInfoTracker receiver,
    @UiContext @NonNull Context context
)

Return a Flowable stream of WindowLayoutInfo.

See also
windowLayoutInfo

WindowInfoTrackerRx.windowLayoutInfoObservable

public static final @NonNull Observable<@NonNull WindowLayoutInfoWindowInfoTrackerRx.windowLayoutInfoObservable(
    @NonNull WindowInfoTracker receiver,
    @NonNull Activity activity
)

Return an Observable stream of WindowLayoutInfo.

See also
windowLayoutInfo

WindowInfoTrackerRx.windowLayoutInfoObservable

public static final @NonNull Observable<@NonNull WindowLayoutInfoWindowInfoTrackerRx.windowLayoutInfoObservable(
    @NonNull WindowInfoTracker receiver,
    @UiContext @NonNull Context context
)

Return an Observable stream of WindowLayoutInfo.

See also
windowLayoutInfo