windowLayoutInfoLiveData

fun Activity.windowLayoutInfoLiveData(context: CoroutineContext = EmptyCoroutineContext): LiveData<WindowLayoutInfo>
fun Fragment.windowLayoutInfoLiveData(context: CoroutineContext = EmptyCoroutineContext): LiveData<WindowLayoutInfo>
fun WindowInfoTracker.windowLayoutInfoLiveData(activity: Activity, context: CoroutineContext = EmptyCoroutineContext): LiveData<WindowLayoutInfo>

Returns a LiveData of the WindowLayoutInfo.