MozMobileCFInfo.serviceClass
This API is available on Firefox OS for internal applications only.
Summary
serviceClass
is a read-only property that represents the service for which the call forward is set up.
Syntax
JavaScript
Copy Code
var service = instanceOfMozMobileCFInfo.serviceClass;
Value
Return a number.
The value is equal to one of the MozMobileConnection.ICC_SERVICE_CLASS_*
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/serviceclass