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

Commit 3750a762 authored by Yu Shan's avatar Yu Shan
Browse files

Add comment for remote task data.

Test: None
Bug: 274153816
Change-Id: Ib293d192c4ffe0e7374379359b2cf8463af25615
parent cb91b245
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -24,6 +24,10 @@ interface IRemoteTaskCallback {
    /**
     * A callback that is called when a remote task is requested.
     *
     * The data is passed down from the remote server to the remote task client
     * which is an Android application, and is not interpreted/parsed by the
     * Android system.
     *
     * @param clientId An ID to uniquely identify a remote task client.
     * @param data Opaque task data passed to the remote task client.
     */