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

Commit eab72dff authored by Arthur Ishiguro's avatar Arthur Ishiguro
Browse files

Add clarification for open session timeout

Bug: N/A
Flag: DOCS_ONLY
Test: None, text only
Change-Id: I74d98fa66a2e60e735fcfabc9548185071e58d8c
parent 8b12bc80
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -62,7 +62,9 @@ interface IEndpointCommunication {
     *
     * Upon returning from this function, the session is in pending state, and the final result will
     * be given by an asynchronous call to onEndpointSessionOpenComplete() on success, or
     * onCloseEndpointSession() on failure.
     * onCloseEndpointSession() on failure. If a call to onEndpointSessionOpenComplete() is not
     * received within 10 seconds, the session will be considered failed and
     * onCloseEndpointSession() should be called with reason Reason.TIMEOUT.
     *
     * @param sessionId Caller-allocated session identifier, which must be unique across all active
     *         sessions, and must fall in a range allocated via requestSessionIdRange().