@@ -273,7 +273,7 @@ This function appends Adobe visitor information to the query component of the sp
273273** Syntax**
274274
275275``` typescript
276- appendVisitorInfoForURL (baseURL ?: String ): Promise < ? string >
276+ appendVisitorInfoForURL (baseURL ?: String ): Promise < string >
277277```
278278
279279** Example**
@@ -305,7 +305,7 @@ This function returns an appropriately formed string that contains the Experienc
305305** Syntax**
306306
307307``` typescript
308- getUrlVariables (): Promise < ? string >
308+ getUrlVariables (): Promise < string >
309309```
310310
311311** Example**
@@ -321,7 +321,7 @@ This function returns all customer identifiers that were previously synced with
321321** Syntax**
322322
323323``` typescript
324- getIdentifiers (): Promise < Array < ? VisitorID >>
324+ getIdentifiers (): Promise < Array < VisitorID >>
325325```
326326
327327** Example**
@@ -337,7 +337,7 @@ This function retrieves the Adobe Experience Cloud ID (ECID) that was generated
337337** Syntax**
338338
339339``` typescript
340- getExperienceCloudId (): Promise < ? string >
340+ getExperienceCloudId (): Promise < string >
341341```
342342
343343** Example**
@@ -353,7 +353,7 @@ The `syncIdentifier`, `syncIdentifiers` and `syncIdentifiersWithAuthState` funct
353353** Syntax**
354354
355355``` typescript
356- syncIdentifier (identifierType : String , identifier : String , authenticationState : string )
356+ syncIdentifier (identifierType : String , identifier : String , authenticationState : MobileVisitorAuthenticationState )
357357```
358358
359359** Example**
@@ -406,7 +406,7 @@ Submits a generic event containing the provided IDFA with event type `generic.id
406406** Syntax**
407407
408408``` typescript
409- setAdvertisingIdentifier (advertisingIdentifier ?: String )
409+ setAdvertisingIdentifier (advertisingIdentifier ?: string )
410410```
411411
412412** Example**
@@ -422,7 +422,7 @@ Submits a generic event containing the provided push token with event type `gene
422422** Syntax**
423423
424424``` typescript
425- setPushIdentifier (pushIdentifier ?: String )
425+ setPushIdentifier (pushIdentifier ?: string )
426426```
427427
428428** Example**
0 commit comments