A callback interface for handling asynchronous response for telephony.dial.
Called when a dial request is treated as an MMI code and it is about to
process the request.
serviceCode | MMI service code key string that defined in MMI_KS_SC_* |
Called when a dial request is treated as a call setup and the result
succeeds.
callIndex | Call index from RIL. |
number | Dialed out phone number (ex: Temporary CLIR prefix will be removed) |
Called when a MMI code request succeeds.
The function should only be called after notifyDialMMI.
result | Result of the request. See MozMMIResult. |
Called when a MMI code request fails.
The function should only be called after notifyDialMMI.