Removes a data value in a TXT record dictionary.
SDKs
- iOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
Framework
- Network
Declaration
bool nw_txt_record_remove_key(nw _txt _record _t txt_record, const char *key);
Removes a data value in a TXT record dictionary.
SDKs
Framework
bool nw_txt_record_remove_key(nw _txt _record _t txt_record, const char *key);
nw _txt _record _create _dictionary
Initializes a TXT record as a dictionary of strings.
nw _txt _record _create _with _bytes
Initializes a TXT record with raw bytes.
nw _txt _record _copy
Performs a deep copy of a TXT record.
nw _txt _record _set _key
Sets a data value in a TXT record dictionary.