This API is available on Firefox OS for internal applications 仅。

摘要

state is a read-only property that gives the state of the connection.

句法

var dataState  = navigator.mozMobileConnection.data.state;
var voiceState = navigator.mozMobileConnection.voice.state;
					

Return a string.

Possible values are:

  • notSearching
  • searching
  • denied
  • registered

This property can also be null if the state is unknown.

规范

Not part of any specification.

另请参阅

元数据

  • 最后修改: