MozMobileCFInfo.active
This API is available on Firefox OS for internal applications only.
Summary
active
is a read-only property that indicates whether call forwarding is active (true
) or not active (false
).
Syntax
JavaScript
Copy Code
var active = instanceOfMozMobileCFInfo.active;
Value
Return a Boolean indicating the call forwarding status.
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/active