Skip to content

Commit e9f38ce

Browse files
authored
#10 📝 Auto-update DocC site
2 parents d2451ee + d5819ec commit e9f38ce

File tree

7 files changed

+248
-0
lines changed

7 files changed

+248
-0
lines changed

data/documentation/contextsdk.json

+18
Original file line numberDiff line numberDiff line change
@@ -1363,6 +1363,23 @@
13631363
"type" : "topic",
13641364
"url" : "\/documentation\/contextsdk\/contextsdk_context_validate"
13651365
},
1366+
"doc://org.cocoapods.ContextSDK/documentation/ContextSDK/contextSDK_fetchContext_string": {
1367+
"abstract" : [
1368+
1369+
],
1370+
"fragments" : [
1371+
{
1372+
"kind" : "identifier",
1373+
"text" : "contextSDK_fetchContext_string"
1374+
}
1375+
],
1376+
"identifier" : "doc:\/\/org.cocoapods.ContextSDK\/documentation\/ContextSDK\/contextSDK_fetchContext_string",
1377+
"kind" : "symbol",
1378+
"role" : "symbol",
1379+
"title" : "contextSDK_fetchContext_string",
1380+
"type" : "topic",
1381+
"url" : "\/documentation\/contextsdk\/contextsdk_fetchcontext_string"
1382+
},
13661383
"doc://org.cocoapods.ContextSDK/documentation/ContextSDK/contextSDK_getNextContextID": {
13671384
"abstract" : [
13681385
{
@@ -1846,6 +1863,7 @@
18461863
"doc:\/\/org.cocoapods.ContextSDK\/documentation\/ContextSDK\/contextSDK_context_logIfNotLoggedYet",
18471864
"doc:\/\/org.cocoapods.ContextSDK\/documentation\/ContextSDK\/contextSDK_context_shouldUpsell",
18481865
"doc:\/\/org.cocoapods.ContextSDK\/documentation\/ContextSDK\/contextSDK_context_validate",
1866+
"doc:\/\/org.cocoapods.ContextSDK\/documentation\/ContextSDK\/contextSDK_fetchContext_string",
18491867
"doc:\/\/org.cocoapods.ContextSDK\/documentation\/ContextSDK\/contextSDK_getNextContextID",
18501868
"doc:\/\/org.cocoapods.ContextSDK\/documentation\/ContextSDK\/contextSDK_instantContext",
18511869
"doc:\/\/org.cocoapods.ContextSDK\/documentation\/ContextSDK\/contextSDK_optimize_string",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,224 @@
1+
{
2+
"hierarchy" : {
3+
"paths" : [
4+
[
5+
"doc:\/\/org.cocoapods.ContextSDK\/documentation\/ContextSDK"
6+
]
7+
]
8+
},
9+
"identifier" : {
10+
"interfaceLanguage" : "occ",
11+
"url" : "doc:\/\/org.cocoapods.ContextSDK\/documentation\/ContextSDK\/contextSDK_fetchContext_string"
12+
},
13+
"kind" : "symbol",
14+
"metadata" : {
15+
"externalID" : "c:@M@ContextSDK@F@contextSDK_fetchContext_string",
16+
"fragments" : [
17+
{
18+
"kind" : "identifier",
19+
"text" : "contextSDK_fetchContext_string"
20+
}
21+
],
22+
"modules" : [
23+
{
24+
"name" : "ContextSDK"
25+
}
26+
],
27+
"navigatorTitle" : [
28+
{
29+
"kind" : "identifier",
30+
"text" : "contextSDK_fetchContext_string"
31+
}
32+
],
33+
"role" : "symbol",
34+
"roleHeading" : "Function",
35+
"symbolKind" : "func",
36+
"title" : "contextSDK_fetchContext_string"
37+
},
38+
"primaryContentSections" : [
39+
{
40+
"declarations" : [
41+
{
42+
"languages" : [
43+
"occ"
44+
],
45+
"platforms" : [
46+
"iOS"
47+
],
48+
"tokens" : [
49+
{
50+
"kind" : "keyword",
51+
"text" : "extern"
52+
},
53+
{
54+
"kind" : "text",
55+
"text" : " "
56+
},
57+
{
58+
"kind" : "typeIdentifier",
59+
"preciseIdentifier" : "c:v",
60+
"text" : "void"
61+
},
62+
{
63+
"kind" : "text",
64+
"text" : " "
65+
},
66+
{
67+
"kind" : "identifier",
68+
"text" : "contextSDK_fetchContext_string"
69+
},
70+
{
71+
"kind" : "text",
72+
"text" : "("
73+
},
74+
{
75+
"kind" : "typeIdentifier",
76+
"preciseIdentifier" : "c:@T@int32_t",
77+
"text" : "int32_t"
78+
},
79+
{
80+
"kind" : "text",
81+
"text" : " "
82+
},
83+
{
84+
"kind" : "internalParam",
85+
"text" : "contextID"
86+
},
87+
{
88+
"kind" : "text",
89+
"text" : ", "
90+
},
91+
{
92+
"kind" : "typeIdentifier",
93+
"preciseIdentifier" : "c:@T@int32_t",
94+
"text" : "int32_t"
95+
},
96+
{
97+
"kind" : "text",
98+
"text" : " "
99+
},
100+
{
101+
"kind" : "internalParam",
102+
"text" : "customSignalsID"
103+
},
104+
{
105+
"kind" : "text",
106+
"text" : ", "
107+
},
108+
{
109+
"kind" : "keyword",
110+
"text" : "const"
111+
},
112+
{
113+
"kind" : "text",
114+
"text" : " "
115+
},
116+
{
117+
"kind" : "typeIdentifier",
118+
"preciseIdentifier" : "c:C",
119+
"text" : "char"
120+
},
121+
{
122+
"kind" : "text",
123+
"text" : " * "
124+
},
125+
{
126+
"kind" : "internalParam",
127+
"text" : "flowNameC"
128+
},
129+
{
130+
"kind" : "text",
131+
"text" : ", "
132+
},
133+
{
134+
"kind" : "typeIdentifier",
135+
"preciseIdentifier" : "c:@T@int32_t",
136+
"text" : "int32_t"
137+
},
138+
{
139+
"kind" : "text",
140+
"text" : " "
141+
},
142+
{
143+
"kind" : "internalParam",
144+
"text" : "duration"
145+
},
146+
{
147+
"kind" : "text",
148+
"text" : ", "
149+
},
150+
{
151+
"kind" : "typeIdentifier",
152+
"preciseIdentifier" : "c:*Fv(#I)",
153+
"text" : "void (*)(int)"
154+
},
155+
{
156+
"kind" : "text",
157+
"text" : " "
158+
},
159+
{
160+
"kind" : "internalParam",
161+
"text" : "callback"
162+
},
163+
{
164+
"kind" : "text",
165+
"text" : ");"
166+
}
167+
]
168+
}
169+
],
170+
"kind" : "declarations"
171+
}
172+
],
173+
"schemaVersion" : {
174+
"major" : 0,
175+
"minor" : 3,
176+
"patch" : 0
177+
},
178+
"sections" : [
179+
180+
],
181+
"variants" : [
182+
{
183+
"paths" : [
184+
"\/documentation\/contextsdk\/contextsdk_fetchcontext_string"
185+
],
186+
"traits" : [
187+
{
188+
"interfaceLanguage" : "occ"
189+
}
190+
]
191+
}
192+
]
193+
,
194+
"references": {
195+
"doc://org.cocoapods.ContextSDK/documentation/ContextSDK": {
196+
"abstract" : [
197+
198+
],
199+
"identifier" : "doc:\/\/org.cocoapods.ContextSDK\/documentation\/ContextSDK",
200+
"kind" : "symbol",
201+
"role" : "collection",
202+
"title" : "ContextSDK",
203+
"type" : "topic",
204+
"url" : "\/documentation\/contextsdk"
205+
},
206+
"doc://org.cocoapods.ContextSDK/documentation/ContextSDK/contextSDK_fetchContext_string": {
207+
"abstract" : [
208+
209+
],
210+
"fragments" : [
211+
{
212+
"kind" : "identifier",
213+
"text" : "contextSDK_fetchContext_string"
214+
}
215+
],
216+
"identifier" : "doc:\/\/org.cocoapods.ContextSDK\/documentation\/ContextSDK\/contextSDK_fetchContext_string",
217+
"kind" : "symbol",
218+
"role" : "symbol",
219+
"title" : "contextSDK_fetchContext_string",
220+
"type" : "topic",
221+
"url" : "\/documentation\/contextsdk\/contextsdk_fetchcontext_string"
222+
}
223+
}
224+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="en-US" class="no-js"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover"><link rel="icon" href="/docs-ios/favicon.ico"><link rel="mask-icon" href="/docs-ios/favicon.svg" color="#333333"><title>Documentation</title><script>var baseUrl = "/docs-ios/"</script><script defer="defer" src="/docs-ios/js/chunk-vendors.bdb7cbba.js"></script><script defer="defer" src="/docs-ios/js/index.0d775bb6.js"></script><link href="/docs-ios/css/index.3a335429.css" rel="stylesheet"></head><body data-color-scheme="auto"><noscript><style>.noscript{font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue",Helvetica,Arial,sans-serif;margin:92px auto 140px auto;text-align:center;width:980px}.noscript-title{color:#111;font-size:48px;font-weight:600;letter-spacing:-.003em;line-height:1.08365;margin:0 auto 54px auto;width:502px}@media only screen and (max-width:1068px){.noscript{margin:90px auto 120px auto;width:692px}.noscript-title{font-size:40px;letter-spacing:0;line-height:1.1;margin:0 auto 45px auto;width:420px}}@media only screen and (max-width:735px){.noscript{margin:45px auto 60px auto;width:87.5%}.noscript-title{font-size:32px;letter-spacing:.004em;line-height:1.125;margin:0 auto 35px auto;max-width:330px;width:auto}}#loading-placeholder{display:none}</style><div class="noscript"><h1 class="noscript-title">This page requires JavaScript.</h1><p>Please turn on JavaScript in your browser and refresh the page to view its content.</p></div></noscript><div id="app"></div></body></html>

index/availability.index

0 Bytes
Binary file not shown.

index/data.mdb

16 KB
Binary file not shown.

index/index.json

+5
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@
149149
"title" : "contextSDK_context_validate",
150150
"type" : "func"
151151
},
152+
{
153+
"path" : "\/documentation\/contextsdk\/contextsdk_fetchcontext_string",
154+
"title" : "contextSDK_fetchContext_string",
155+
"type" : "func"
156+
},
152157
{
153158
"path" : "\/documentation\/contextsdk\/contextsdk_getnextcontextid",
154159
"title" : "contextSDK_getNextContextID",

index/navigator.index

128 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)