Skip to content

Commit 64e3daf

Browse files
update to internal commit 32202e13
1 parent 701085a commit 64e3daf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

programming/android/api-reference/parsed-result-item.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ String getFieldValue(String fieldName);
7676

7777
`[in] fieldName`: The name of the field.
7878

79-
> [View more information about the field names of all supported code types]({{ site.code_types }}).
79+
> [View more information about the field names of all supported code types]({{ site.code_types }}){:target="_blank"}.
8080

8181
**Return Value**
8282

@@ -134,4 +134,4 @@ HashMap<String, String> getParsedFields();
134134

135135
A HashMap that contains the names and values of the parsed fields.
136136

137-
> [View more information about the field names of all supported code types]({{ site.code_types }}).
137+
> [View more information about the field names of all supported code types]({{ site.code_types }}){:target="_blank"}.

programming/ios/api-reference/parsed-result-item.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ func getFieldValue(_ fieldName:String) -> String
117117

118118
`fieldName`: The name of the field.
119119

120-
> [View more information about the field names of all supported code types]({{ site.code_types }}).
120+
> [View more information about the field names of all supported code types]({{ site.code_types }}){:target="_blank"}.
121121
122122
**Return Value**
123123

@@ -188,4 +188,4 @@ A `NSDictionary` object stores the field names and values of the parsed fields.
188188
var parsedFields: NSDictionary { get }
189189
```
190190

191-
> [View more information about the field names of all supported code types]({{ site.code_types }}).
191+
> [View more information about the field names of all supported code types]({{ site.code_types }}){:target="_blank"}.

programming/maui/api-reference/parsed-result-item.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ The parsed result with name & value in a `Dictionary`.
6666
Dictionary<string, ParsedField> ParsedFields { get; }
6767
```
6868

69-
> [View more information about the field names of all supported code types]({{ site.code_types }}).
69+
> [View more information about the field names of all supported code types]({{ site.code_types }}){:target="_blank"}.

0 commit comments

Comments
 (0)