WindowInfoTrackerRx

Added in 1.0.0

public final class WindowInfoTrackerRx


Summary

Public methods

static final @NonNull Flowable<@NonNull WindowLayoutInfo>
windowLayoutInfoFlowable(
    @NonNull WindowInfoTracker receiver,
    @NonNull Activity activity
)

Return a Flowable stream of WindowLayoutInfo.

static final @NonNull Flowable<@NonNull WindowLayoutInfo>

Return a Flowable stream of WindowLayoutInfo.

static final @NonNull Observable<@NonNull WindowLayoutInfo>

Return an Observable stream of WindowLayoutInfo.

static final @NonNull Observable<@NonNull WindowLayoutInfo>

Return an Observable stream of WindowLayoutInfo.

Public methods

windowLayoutInfoFlowable

public static final @NonNull Flowable<@NonNull WindowLayoutInfowindowLayoutInfoFlowable(
    @NonNull WindowInfoTracker receiver,
    @NonNull Activity activity
)

Return a Flowable stream of WindowLayoutInfo.

See also
windowLayoutInfo

windowLayoutInfoFlowable

public static final @NonNull Flowable<@NonNull WindowLayoutInfowindowLayoutInfoFlowable(
    @NonNull WindowInfoTracker receiver,
    @UiContext @NonNull Context context
)

Return a Flowable stream of WindowLayoutInfo.

See also
windowLayoutInfo

windowLayoutInfoObservable

public static final @NonNull Observable<@NonNull WindowLayoutInfowindowLayoutInfoObservable(
    @NonNull WindowInfoTracker receiver,
    @NonNull Activity activity
)

Return an Observable stream of WindowLayoutInfo.

See also
windowLayoutInfo

windowLayoutInfoObservable

public static final @NonNull Observable<@NonNull WindowLayoutInfowindowLayoutInfoObservable(
    @NonNull WindowInfoTracker receiver,
    @UiContext @NonNull Context context
)

Return an Observable stream of WindowLayoutInfo.

See also
windowLayoutInfo