Change Type | Old Version | New Version | d.ts File |
---|---|---|---|
Added | NA | Class name: connectedTag Method or attribute name: function initialize(): void; |
@ohos.connectedTag.d.ts |
Added | NA | Class name: connectedTag Method or attribute name: function uninitialize(): void; |
@ohos.connectedTag.d.ts |
Added | NA | Class name: connectedTag Method or attribute name: function read(): Promise<number[]>; |
@ohos.connectedTag.d.ts |
Added | NA | Class name: connectedTag Method or attribute name: function read(callback: AsyncCallback<number[]>): void; |
@ohos.connectedTag.d.ts |
Added | NA | Class name: connectedTag Method or attribute name: function write(data: number[]): Promise |
@ohos.connectedTag.d.ts |
Added | NA | Class name: connectedTag Method or attribute name: function write(data: number[], callback: AsyncCallback |
@ohos.connectedTag.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: sharing |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: sharing Method or attribute name: function isSharingSupported(callback: AsyncCallback |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: sharing Method or attribute name: function isSharingSupported(): Promise |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: sharing Method or attribute name: function isSharing(callback: AsyncCallback |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: sharing Method or attribute name: function isSharing(): Promise |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: sharing Method or attribute name: function startSharing(type: SharingIfaceType, callback: AsyncCallback |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: sharing Method or attribute name: function startSharing(type: SharingIfaceType): Promise |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: sharing Method or attribute name: function stopSharing(type: SharingIfaceType, callback: AsyncCallback |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: sharing Method or attribute name: function stopSharing(type: SharingIfaceType): Promise |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: sharing Method or attribute name: function getStatsRxBytes(callback: AsyncCallback |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: sharing Method or attribute name: function getStatsRxBytes(): Promise |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: sharing Method or attribute name: function getStatsTxBytes(callback: AsyncCallback |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: sharing Method or attribute name: function getStatsTxBytes(): Promise |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: sharing Method or attribute name: function getStatsTotalBytes(callback: AsyncCallback |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: sharing Method or attribute name: function getStatsTotalBytes(): Promise |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: sharing Method or attribute name: function getSharingIfaces(state: SharingIfaceState, callback: AsyncCallback<Array |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: sharing Method or attribute name: function getSharingIfaces(state: SharingIfaceState): Promise<Array |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: sharing Method or attribute name: function getSharingState(type: SharingIfaceType, callback: AsyncCallback |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: sharing Method or attribute name: function getSharingState(type: SharingIfaceType): Promise |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: sharing Method or attribute name: function getSharableRegexes(type: SharingIfaceType, callback: AsyncCallback<Array |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: sharing Method or attribute name: function getSharableRegexes(type: SharingIfaceType): Promise<Array |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: sharing Method or attribute name: function on(type: 'sharingStateChange', callback: Callback |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: sharing Method or attribute name: function off(type: 'sharingStateChange', callback?: Callback |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: sharing Method or attribute name: function on(type: 'interfaceSharingStateChange', callback: Callback<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void; |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: sharing Method or attribute name: function off(type: 'interfaceSharingStateChange', callback?: Callback<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void; |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: sharing Method or attribute name: function on(type: 'sharingUpstreamChange', callback: Callback |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: sharing Method or attribute name: function off(type: 'sharingUpstreamChange', callback?: Callback |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: SharingIfaceState |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: SharingIfaceState Method or attribute name: SHARING_NIC_SERVING = 1 |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: SharingIfaceState Method or attribute name: SHARING_NIC_CAN_SERVER = 2 |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: SharingIfaceState Method or attribute name: SHARING_NIC_ERROR = 3 |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: SharingIfaceType |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: SharingIfaceType Method or attribute name: SHARING_WIFI = 0 |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: SharingIfaceType Method or attribute name: SHARING_USB = 1 |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.net.sharing Class name: SharingIfaceType Method or attribute name: SHARING_BLUETOOTH = 2 |
@ohos.net.sharing.d.ts |
Added | NA | Module name: ohos.nfc.cardEmulation Class name: CardType |
@ohos.nfc.cardEmulation.d.ts |
Added | NA | Class name: CardType Method or attribute name: |
@ohos.nfc.cardEmulation.d.ts |
Added | NA | Module name: ohos.nfc.cardEmulation Class name: CardType Method or attribute name: PAYMENT = "payment" |
@ohos.nfc.cardEmulation.d.ts |
Added | NA | Class name: CardType Method or attribute name: PAYMENT = "payment" |
@ohos.nfc.cardEmulation.d.ts |
Added | NA | Module name: ohos.nfc.cardEmulation Class name: CardType Method or attribute name: OTHER = "other" |
@ohos.nfc.cardEmulation.d.ts |
Added | NA | Class name: CardType Method or attribute name: OTHER = "other" |
@ohos.nfc.cardEmulation.d.ts |
Added | NA | Class name: cardEmulation Method or attribute name: function hasHceCapability(): boolean; |
@ohos.nfc.cardEmulation.d.ts |
Added | NA | Class name: cardEmulation Method or attribute name: function isDefaultService(elementName: ElementName, type: CardType): boolean; |
@ohos.nfc.cardEmulation.d.ts |
Added | NA | Class name: HceService Method or attribute name: start(elementName: ElementName, aidList: string[]): void |
@ohos.nfc.cardEmulation.d.ts |
Added | NA | Class name: HceService Method or attribute name: stop(elementName: ElementName): void |
@ohos.nfc.cardEmulation.d.ts |
Added | NA | Class name: HceService Method or attribute name: transmit(response: number[]): Promise |
@ohos.nfc.cardEmulation.d.ts |
Added | NA | Class name: HceService Method or attribute name: transmit(response: number[], callback: AsyncCallback |
@ohos.nfc.cardEmulation.d.ts |
Added | NA | Class name: nfcController Method or attribute name: function enableNfc(): void |
@ohos.nfc.controller.d.ts |
Added | NA | Class name: nfcController Method or attribute name: function disableNfc(): void |
@ohos.nfc.controller.d.ts |
Added | NA | Class name: tag Method or attribute name: function getNfcA(tagInfo: TagInfo): NfcATag |
@ohos.nfc.tag.d.ts |
Added | NA | Class name: tag Method or attribute name: function getNfcB(tagInfo: TagInfo): NfcBTag |
@ohos.nfc.tag.d.ts |
Added | NA | Class name: tag Method or attribute name: function getNfcF(tagInfo: TagInfo): NfcFTag |
@ohos.nfc.tag.d.ts |
Added | NA | Class name: tag Method or attribute name: function getNfcV(tagInfo: TagInfo): NfcVTag |
@ohos.nfc.tag.d.ts |
Added | NA | Class name: wifiManager Method or attribute name: function p2pCancelConnect(): void; |
@ohos.wifiManager.d.ts |
Added | NA | Class name: TagSession Method or attribute name: connect(): void; |
tagSession.d.ts |
Added | NA | Class name: TagSession Method or attribute name: resetConnection(): void; |
tagSession.d.ts |
Added | NA | Class name: TagSession Method or attribute name: isConnected(): boolean; |
tagSession.d.ts |
Added | NA | Class name: TagSession Method or attribute name: setTimeout(timeout: number): void; |
tagSession.d.ts |
Added | NA | Class name: TagSession Method or attribute name: getTimeout(): number; |
tagSession.d.ts |
Added | NA | Class name: TagSession Method or attribute name: transmit(data: number[]): Promise<number[]>; |
tagSession.d.ts |
Added | NA | Class name: TagSession Method or attribute name: transmit(data: number[], callback: AsyncCallback<number[]>): void; |
tagSession.d.ts |
Added | NA | Class name: TagSession Method or attribute name: getMaxTransmitSize(): number; |
tagSession.d.ts |
Deleted | Module name: ohos.wifiManager Class name: wifiManager Method or attribute name: function p2pDisconnect(): void; |
NA | @ohos.wifiManager.d.ts |
Deprecated version changed | Class name: connectedTag Method or attribute name: function init(): boolean; Deprecated version: N/A |
Class name: connectedTag Method or attribute name: function init(): boolean; Deprecated version: 9 Substitute API: ohos.connectedTag/connectedTag |
@ohos.connectedTag.d.ts |
Deprecated version changed | Class name: connectedTag Method or attribute name: function uninit(): boolean; Deprecated version: N/A |
Class name: connectedTag Method or attribute name: function uninit(): boolean; Deprecated version: 9 Substitute API: ohos.connectedTag/connectedTag |
@ohos.connectedTag.d.ts |
Deprecated version changed | Class name: connectedTag Method or attribute name: function readNdefTag(): Promise Deprecated version: N/A |
Class name: connectedTag Method or attribute name: function readNdefTag(): Promise Deprecated version: 9 Substitute API: ohos.connectedTag/connectedTag |
@ohos.connectedTag.d.ts |
Deprecated version changed | Class name: connectedTag Method or attribute name: function readNdefTag(callback: AsyncCallback Deprecated version: N/A |
Class name: connectedTag Method or attribute name: function readNdefTag(callback: AsyncCallback Deprecated version: 9 |
@ohos.connectedTag.d.ts |
Deprecated version changed | Class name: connectedTag Method or attribute name: function writeNdefTag(data: string): Promise Deprecated version: N/A |
Class name: connectedTag Method or attribute name: function writeNdefTag(data: string): Promise Deprecated version: 9 Substitute API: ohos.connectedTag/connectedTag |
@ohos.connectedTag.d.ts |
Deprecated version changed | Class name: connectedTag Method or attribute name: function writeNdefTag(data: string, callback: AsyncCallback Deprecated version: N/A |
Class name: connectedTag Method or attribute name: function writeNdefTag(data: string, callback: AsyncCallback Deprecated version: 9 |
@ohos.connectedTag.d.ts |
Deprecated version changed | Class name: FeatureType Deprecated version: N/A |
Class name: FeatureType Deprecated version: 9 Substitute API: ohos.nfc.cardEmulation/cardEmulation |
@ohos.nfc.cardEmulation.d.ts |
Deprecated version changed | Class name: cardEmulation Method or attribute name: function isSupported(feature: number): boolean; Deprecated version: N/A |
Class name: cardEmulation Method or attribute name: function isSupported(feature: number): boolean; Deprecated version: 9 Substitute API: ohos.nfc.cardEmulation/cardEmulation |
@ohos.nfc.cardEmulation.d.ts |
Deprecated version changed | Class name: HceService Method or attribute name: startHCE(aidList: string[]): boolean; Deprecated version: N/A |
Class name: HceService Method or attribute name: startHCE(aidList: string[]): boolean; Deprecated version: 9 Substitute API: ohos.nfc.cardEmulation/cardEmulation.HceService |
@ohos.nfc.cardEmulation.d.ts |
Deprecated version changed | Class name: HceService Method or attribute name: stopHCE(): boolean; Deprecated version: N/A |
Class name: HceService Method or attribute name: stopHCE(): boolean; Deprecated version: 9 Substitute API: ohos.nfc.cardEmulation/cardEmulation.HceService |
@ohos.nfc.cardEmulation.d.ts |
Deprecated version changed | Class name: HceService Method or attribute name: sendResponse(responseApdu: number[]): void; Deprecated version: N/A |
Class name: HceService Method or attribute name: sendResponse(responseApdu: number[]): void; Deprecated version: 9 Substitute API: ohos.nfc.cardEmulation/cardEmulation.HceService |
@ohos.nfc.cardEmulation.d.ts |
Deprecated version changed | Class name: nfcController Method or attribute name: function isNfcAvailable(): boolean Deprecated version: N/A |
Class name: nfcController Method or attribute name: function isNfcAvailable(): boolean Deprecated version: 9 Substitute API: global |
@ohos.nfc.controller.d.ts |
Deprecated version changed | Class name: nfcController Method or attribute name: function openNfc(): boolean Deprecated version: N/A |
Class name: nfcController Method or attribute name: function openNfc(): boolean Deprecated version: 9 Substitute API: @ohos.nfc.controller.nfcController |
@ohos.nfc.controller.d.ts |
Deprecated version changed | Class name: nfcController Method or attribute name: function closeNfc(): boolean Deprecated version: N/A |
Class name: nfcController Method or attribute name: function closeNfc(): boolean Deprecated version: 9 Substitute API: @ohos.nfc.controller.nfcController |
@ohos.nfc.controller.d.ts |
Deprecated version changed | Class name: tag Method or attribute name: function getNfcATag(tagInfo: TagInfo): NfcATag Deprecated version: N/A |
Class name: tag Method or attribute name: function getNfcATag(tagInfo: TagInfo): NfcATag Deprecated version: 9 Substitute API: ohos.nfc.tag/tag |
@ohos.nfc.tag.d.ts |
Deprecated version changed | Class name: tag Method or attribute name: function getNfcBTag(tagInfo: TagInfo): NfcBTag Deprecated version: N/A |
Class name: tag Method or attribute name: function getNfcBTag(tagInfo: TagInfo): NfcBTag Deprecated version: 9 Substitute API: ohos.nfc.tag/tag |
@ohos.nfc.tag.d.ts |
Deprecated version changed | Class name: tag Method or attribute name: function getNfcFTag(tagInfo: TagInfo): NfcFTag Deprecated version: N/A |
Class name: tag Method or attribute name: function getNfcFTag(tagInfo: TagInfo): NfcFTag Deprecated version: 9 Substitute API: ohos.nfc.tag/tag |
@ohos.nfc.tag.d.ts |
Deprecated version changed | Class name: tag Method or attribute name: function getNfcVTag(tagInfo: TagInfo): NfcVTag Deprecated version: N/A |
Class name: tag Method or attribute name: function getNfcVTag(tagInfo: TagInfo): NfcVTag Deprecated version: 9 Substitute API: ohos.nfc.tag/tag |
@ohos.nfc.tag.d.ts |
Deprecated version changed | Class name: TagSession Method or attribute name: getTagInfo(): tag.TagInfo; Deprecated version: N/A |
Class name: TagSession Method or attribute name: getTagInfo(): tag.TagInfo; Deprecated version: 9 Substitute API: ohos.nfc.tag/tag |
tagSession.d.ts |
Deprecated version changed | Class name: TagSession Method or attribute name: connectTag(): boolean; Deprecated version: N/A |
Class name: TagSession Method or attribute name: connectTag(): boolean; Deprecated version: 9 Substitute API: tagSession.TagSession |
tagSession.d.ts |
Deprecated version changed | Class name: TagSession Method or attribute name: reset(): void; Deprecated version: N/A |
Class name: TagSession Method or attribute name: reset(): void; Deprecated version: 9 Substitute API: tagSession.TagSession |
tagSession.d.ts |
Deprecated version changed | Class name: TagSession Method or attribute name: isTagConnected(): boolean; Deprecated version: N/A |
Class name: TagSession Method or attribute name: isTagConnected(): boolean; Deprecated version: 9 Substitute API: tagSession.TagSession |
tagSession.d.ts |
Deprecated version changed | Class name: TagSession Method or attribute name: setSendDataTimeout(timeout: number): boolean; Deprecated version: N/A |
Class name: TagSession Method or attribute name: setSendDataTimeout(timeout: number): boolean; Deprecated version: 9 Substitute API: tagSession.TagSession |
tagSession.d.ts |
Deprecated version changed | Class name: TagSession Method or attribute name: getSendDataTimeout(): number; Deprecated version: N/A |
Class name: TagSession Method or attribute name: getSendDataTimeout(): number; Deprecated version: 9 Substitute API: tagSession.TagSession |
tagSession.d.ts |
Deprecated version changed | Class name: TagSession Method or attribute name: sendData(data: number[]): Promise<number[]>; Deprecated version: N/A |
Class name: TagSession Method or attribute name: sendData(data: number[]): Promise<number[]>; Deprecated version: 9 Substitute API: tagSession.TagSession |
tagSession.d.ts |
Deprecated version changed | Class name: TagSession Method or attribute name: sendData(data: number[], callback: AsyncCallback<number[]>): void; Deprecated version: N/A |
Class name: TagSession Method or attribute name: sendData(data: number[], callback: AsyncCallback<number[]>): void; Deprecated version: 9 |
tagSession.d.ts |
Deprecated version changed | Class name: TagSession Method or attribute name: getMaxSendLength(): number; Deprecated version: N/A |
Class name: TagSession Method or attribute name: getMaxSendLength(): number; Deprecated version: 9 Substitute API: tagSession.TagSession |
tagSession.d.ts |
Initial version changed | Class name: FeatureType Initial version: N/A |
Class name: FeatureType Initial version: 6 |
@ohos.nfc.cardEmulation.d.ts |
Permission changed | Class name: A2dpSourceProfile Method or attribute name: connect(device: string): boolean; Permission: permission ohos.permission.DISCOVER_BLUETOOTH |
Class name: A2dpSourceProfile Method or attribute name: connect(device: string): boolean; Permission: ohos.permission.DISCOVER_BLUETOOTH |
@ohos.bluetooth.d.ts |
Permission changed | Class name: A2dpSourceProfile Method or attribute name: disconnect(device: string): boolean; Permission: permission ohos.permission.DISCOVER_BLUETOOTH |
Class name: A2dpSourceProfile Method or attribute name: disconnect(device: string): boolean; Permission: ohos.permission.DISCOVER_BLUETOOTH |
@ohos.bluetooth.d.ts |
Permission changed | Class name: HandsFreeAudioGatewayProfile Method or attribute name: connect(device: string): boolean; Permission: permission ohos.permission.DISCOVER_BLUETOOTH |
Class name: HandsFreeAudioGatewayProfile Method or attribute name: connect(device: string): boolean; Permission: ohos.permission.DISCOVER_BLUETOOTH |
@ohos.bluetooth.d.ts |
Permission changed | Class name: HandsFreeAudioGatewayProfile Method or attribute name: disconnect(device: string): boolean; Permission: permission ohos.permission.DISCOVER_BLUETOOTH |
Class name: HandsFreeAudioGatewayProfile Method or attribute name: disconnect(device: string): boolean; Permission: ohos.permission.DISCOVER_BLUETOOTH |
@ohos.bluetooth.d.ts |
Permission changed | Class name: HidHostProfile Method or attribute name: connect(device: string): boolean; Permission: permission ohos.permission.DISCOVER_BLUETOOTH |
Class name: HidHostProfile Method or attribute name: connect(device: string): boolean; Permission: ohos.permission.DISCOVER_BLUETOOTH |
@ohos.bluetooth.d.ts |
Permission changed | Class name: HidHostProfile Method or attribute name: disconnect(device: string): boolean; Permission: permission ohos.permission.DISCOVER_BLUETOOTH |
Class name: HidHostProfile Method or attribute name: disconnect(device: string): boolean; Permission: ohos.permission.DISCOVER_BLUETOOTH |
@ohos.bluetooth.d.ts |
Permission changed | Class name: PanProfile Method or attribute name: disconnect(device: string): boolean; Permission: permission ohos.permission.USE_BLUETOOTH |
Class name: PanProfile Method or attribute name: disconnect(device: string): boolean; Permission: ohos.permission.USE_BLUETOOTH |
@ohos.bluetooth.d.ts |
Permission changed | Class name: PanProfile Method or attribute name: setTethering(enable: boolean): void; Permission: permission ohos.permission.DISCOVER_BLUETOOTH |
Class name: PanProfile Method or attribute name: setTethering(enable: boolean): void; Permission: ohos.permission.DISCOVER_BLUETOOTH |
@ohos.bluetooth.d.ts |
Permission changed | Class name: connectedTag Method or attribute name: function init(): boolean; Permission: s ohos.permission.NFC_TAG |
Class name: connectedTag Method or attribute name: function init(): boolean; Permission: ohos.permission.NFC_TAG |
@ohos.connectedTag.d.ts |
Permission changed | Class name: connectedTag Method or attribute name: function uninit(): boolean; Permission: s ohos.permission.NFC_TAG |
Class name: connectedTag Method or attribute name: function uninit(): boolean; Permission: ohos.permission.NFC_TAG |
@ohos.connectedTag.d.ts |
Permission changed | Class name: connectedTag Method or attribute name: function readNdefTag(): Promise Permission: s ohos.permission.NFC_TAG |
Class name: connectedTag Method or attribute name: function readNdefTag(): Promise Permission: ohos.permission.NFC_TAG |
@ohos.connectedTag.d.ts |
Permission changed | Class name: connectedTag Method or attribute name: function readNdefTag(callback: AsyncCallback Permission: s ohos.permission.NFC_TAG |
Class name: connectedTag Method or attribute name: function readNdefTag(callback: AsyncCallback Permission: ohos.permission.NFC_TAG |
@ohos.connectedTag.d.ts |
Permission changed | Class name: connectedTag Method or attribute name: function writeNdefTag(data: string): Promise Permission: s ohos.permission.NFC_TAG |
Class name: connectedTag Method or attribute name: function writeNdefTag(data: string): Promise Permission: ohos.permission.NFC_TAG |
@ohos.connectedTag.d.ts |
Permission changed | Class name: connectedTag Method or attribute name: function writeNdefTag(data: string, callback: AsyncCallback Permission: s ohos.permission.NFC_TAG |
Class name: connectedTag Method or attribute name: function writeNdefTag(data: string, callback: AsyncCallback Permission: ohos.permission.NFC_TAG |
@ohos.connectedTag.d.ts |
Permission changed | Class name: connectedTag Method or attribute name: function on(type: "notify", callback: Callback Permission: s ohos.permission.NFC_TAG |
Class name: connectedTag Method or attribute name: function on(type: "notify", callback: Callback Permission: ohos.permission.NFC_TAG |
@ohos.connectedTag.d.ts |
Permission changed | Class name: connectedTag Method or attribute name: function off(type: "notify", callback?:Callback Permission: s ohos.permission.NFC_TAG |
Class name: connectedTag Method or attribute name: function off(type: "notify", callback?:Callback Permission: ohos.permission.NFC_TAG |
@ohos.connectedTag.d.ts |
Permission deleted | Class name: tag Method or attribute name: function getNfcATag(tagInfo: TagInfo): NfcATag Permission: ohos.permission.NFC_TAG |
Class name: tag Method or attribute name: function getNfcATag(tagInfo: TagInfo): NfcATag Permission: N/A |
@ohos.nfc.tag.d.ts |
Permission deleted | Class name: tag Method or attribute name: function getNfcBTag(tagInfo: TagInfo): NfcBTag Permission: ohos.permission.NFC_TAG |
Class name: tag Method or attribute name: function getNfcBTag(tagInfo: TagInfo): NfcBTag Permission: N/A |
@ohos.nfc.tag.d.ts |
Permission deleted | Class name: tag Method or attribute name: function getNfcFTag(tagInfo: TagInfo): NfcFTag Permission: ohos.permission.NFC_TAG |
Class name: tag Method or attribute name: function getNfcFTag(tagInfo: TagInfo): NfcFTag Permission: N/A |
@ohos.nfc.tag.d.ts |
Permission deleted | Class name: tag Method or attribute name: function getNfcVTag(tagInfo: TagInfo): NfcVTag Permission: ohos.permission.NFC_TAG |
Class name: tag Method or attribute name: function getNfcVTag(tagInfo: TagInfo): NfcVTag Permission: N/A |
@ohos.nfc.tag.d.ts |
Permission deleted | Class name: NfcATag Method or attribute name: getSak(): number; Permission: ohos.permission.NFC_TAG |
Class name: NfcATag Method or attribute name: getSak(): number; Permission: N/A |
nfctech.d.ts |
Permission deleted | Class name: NfcATag Method or attribute name: getAtqa(): number[]; Permission: ohos.permission.NFC_TAG |
Class name: NfcATag Method or attribute name: getAtqa(): number[]; Permission: N/A |
nfctech.d.ts |
Permission deleted | Class name: NfcBTag Method or attribute name: getRespAppData(): number[]; Permission: ohos.permission.NFC_TAG |
Class name: NfcBTag Method or attribute name: getRespAppData(): number[]; Permission: N/A |
nfctech.d.ts |
Permission deleted | Class name: NfcBTag Method or attribute name: getRespProtocol(): number[]; Permission: ohos.permission.NFC_TAG |
Class name: NfcBTag Method or attribute name: getRespProtocol(): number[]; Permission: N/A |
nfctech.d.ts |
Permission deleted | Class name: NfcFTag Method or attribute name: getSystemCode(): number[]; Permission: ohos.permission.NFC_TAG |
Class name: NfcFTag Method or attribute name: getSystemCode(): number[]; Permission: N/A |
nfctech.d.ts |
Permission deleted | Class name: NfcFTag Method or attribute name: getPmm(): number[]; Permission: ohos.permission.NFC_TAG |
Class name: NfcFTag Method or attribute name: getPmm(): number[]; Permission: N/A |
nfctech.d.ts |
Permission deleted | Class name: NfcVTag Method or attribute name: getResponseFlags(): number; Permission: ohos.permission.NFC_TAG |
Class name: NfcVTag Method or attribute name: getResponseFlags(): number; Permission: N/A |
nfctech.d.ts |
Permission deleted | Class name: NfcVTag Method or attribute name: getDsfId(): number; Permission: ohos.permission.NFC_TAG |
Class name: NfcVTag Method or attribute name: getDsfId(): number; Permission: N/A |
nfctech.d.ts |
Permission deleted | Class name: TagSession Method or attribute name: isTagConnected(): boolean; Permission: ohos.permission.NFC_TAG |
Class name: TagSession Method or attribute name: isTagConnected(): boolean; Permission: N/A |
tagSession.d.ts |
Permission added | Class name: connection Method or attribute name: function hasDefaultNet(callback: AsyncCallback Permission: N/A |
Class name: connection Method or attribute name: function hasDefaultNet(callback: AsyncCallback Permission: ohos.permission.GET_NETWORK_INFO |
@ohos.net.connection.d.ts |
Permission added | Class name: connection Method or attribute name: function hasDefaultNet(): Promise Permission: N/A |
Class name: connection Method or attribute name: function hasDefaultNet(): Promise Permission: ohos.permission.GET_NETWORK_INFO |
@ohos.net.connection.d.ts |
Function changed | Class name: wifiManager Method or attribute name: function disconnect(): boolean; |
Class name: wifiManager Method or attribute name: function disconnect(): void; |
@ohos.wifiManager.d.ts |