MozMobileCFInfo.action
This API is available on Firefox OS for internal applications only.
Summary
action
is a read-only property that indicates what to do with the call forwarding rule.
Syntax
JavaScript
Copy Code
var action = instanceOfMozMobileCFInfo.action;
Value
Returns a number, whose value is one of the MozMobileCFInfo.CALL_FORWARD_ACTION_*
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/action