MozMobileCFInfo.reason
This API is available on Firefox OS for internal applications only.
Summary
reason
is a read-only property that indicates the reason the call is being forwarded.
Syntax
JavaScript
Copy Code
var reason = instanceOfMozMobileCFInfo.reason;
Value
Return a number.
The value is equal to one of the MozMobileCFInfo.CALL_FORWARD_REASON_*
constant values.
Specification
Not part of any specification.
See also
MozMobileConnection
MozMobileConnection.getCallForwardingOption()
MozMobileConnection.setCallForwardingOption()
License
© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/mozmobilecfinfo/reason