androidx.window.rxjava2.layout


Extension functions summary

Extension functions

WindowInfoTracker.windowLayoutInfoFlowable

fun WindowInfoTracker.windowLayoutInfoFlowable(activity: Activity): Flowable<WindowLayoutInfo>

Return a Flowable stream of WindowLayoutInfo.

See also
windowLayoutInfo

WindowInfoTracker.windowLayoutInfoFlowable

fun WindowInfoTracker.windowLayoutInfoFlowable(context: @UiContext Context): Flowable<WindowLayoutInfo>

Return a Flowable stream of WindowLayoutInfo.

See also
windowLayoutInfo

WindowInfoTracker.windowLayoutInfoObservable

fun WindowInfoTracker.windowLayoutInfoObservable(activity: Activity): Observable<WindowLayoutInfo>

Return an Observable stream of WindowLayoutInfo.

See also
windowLayoutInfo

WindowInfoTracker.windowLayoutInfoObservable

fun WindowInfoTracker.windowLayoutInfoObservable(
    context: @UiContext Context
): Observable<WindowLayoutInfo>

Return an Observable stream of WindowLayoutInfo.

See also
windowLayoutInfo