Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b65dfb77 authored by Caitlin Shkuratov's avatar Caitlin Shkuratov
Browse files

Update doc for AppHandlePositionCallback to say taskId.

Bug: 397506207
Flag: EXEMPT doc only change
Test: compiles
Change-Id: Ieedd0f88ed4382292d032f981cbc1830f1505cf9
parent 9efc269b
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -30,8 +30,9 @@ fun interface AppHandlePositionCallback {
     * that was passed in when adding this listener.
     * See [AppHandles.addListener]
     *
     * @param handles The new map of [AppHandleIdentifier] objects key'd by displayId.
     *                Never null, may be empty.
     * @param handles The new map of [AppHandleIdentifier] objects key'd by taskId.
     *                TODO(b/417194560): Make AppHandle key'd on both taskId and displayId.
     *                The map is never null, may be empty.
     */
    fun onAppHandlesUpdated(handles: Map<Int, AppHandleIdentifier>)
}