MozMobileCFInfo.timeSeconds
This API is available on Firefox OS for internal applications only.
Summary
timeSeconds
is a read-only property representing the time in seconds to wait before a call is forwarded.
Syntax
JavaScript
Copy Code
var time = instanceOfMozMobileCFInfo.timeSeconds;
Value
Returns a number indicating how many seconds the device will wait before forwarding an incoming call.
Tech reviewer question: Is this non-zero if call forwarding is disabled?
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/timeseconds