mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-07 23:03:19 +08:00
feat(zeroconf): add watchAddressFamily and registerAddressFamily
feat(zeroconf): add watchAddressFamily and registerAddressFamily
This commit is contained in:
commit
761ac4a328
@ -131,4 +131,12 @@ export class Zeroconf extends IonicNativePlugin {
|
|||||||
*/
|
*/
|
||||||
@Cordova()
|
@Cordova()
|
||||||
reInit(): Promise<void> { return; }
|
reInit(): Promise<void> { return; }
|
||||||
|
/**
|
||||||
|
* Family of addresses to register: ipv4, ipv6 or any.
|
||||||
|
*/
|
||||||
|
registerAddressFamily: 'ipv4' | 'ipv6' | 'any';
|
||||||
|
/**
|
||||||
|
* Family of addresses to watch for: ipv4, ipv6 or any.
|
||||||
|
*/
|
||||||
|
watchAddressFamily: 'ipv4' | 'ipv6' | 'any';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user