windowLayoutInfoLiveData
fun Activity.windowLayoutInfoLiveData(context: CoroutineContext = EmptyCoroutineContext): LiveData<WindowLayoutInfo>
Content copied to clipboard
fun Fragment.windowLayoutInfoLiveData(context: CoroutineContext = EmptyCoroutineContext): LiveData<WindowLayoutInfo>
Content copied to clipboard
fun WindowInfoTracker.windowLayoutInfoLiveData(activity: Activity, context: CoroutineContext = EmptyCoroutineContext): LiveData<WindowLayoutInfo>
Content copied to clipboard
Returns a LiveData of the WindowLayoutInfo.