Lines Matching refs:network
1 # @system.network (网络状态)
12 import network from '@system.network';
23 ## network.getType<sup>3+</sup>
54 network.getType({
56 console.log('success get network type:' + data.type);
64 ## network.subscribe<sup>3+</sup>
94 network.subscribe({
96 console.log('success get network type:' + data.type);
104 ## network.unsubscribe<sup>3+</sup>
115 import network from '@system.network';
117 network.unsubscribe();