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
var active = instanceOfMozMobileCFInfo.active;
Value
Return a Boolean indicating the call forwarding status.
Specification
Not part of any specification.