Skip to content

Commit

Permalink
-fixing lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sbenedicadb committed Mar 22, 2024
1 parent 8cd6e08 commit d4c19f3
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,3 @@ Android
iOS

<Tabs query="platform=ios&api=update-propositions-for-surfaces"/>

2 changes: 1 addition & 1 deletion src/pages/edge/adobe-journey-optimizer/code-based/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ This document guides you to integrating code-based experiences in your applicati
* [Class - Proposition](../public-classes/proposition.md)
* [Class - PropositionItem](../public-classes/proposition-item.md)
* [Enum - MessagingEdgeEventType](../public-classes/messaging-edge-event-type.md)
* [Class - Surface](../public-classes/surface.md)
* [Class - Surface](../public-classes/surface.md)
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ AEPSurface* surface1 = [[AEPSurface alloc] initWithPath: @"myView#button"];
AEPSurface* surface2 = [[AEPSurface alloc] initWithPath: @"myView#button"];

[AEPMobileMessaging updatePropositionsForSurfaces: @[surface1, surface2]];
```
```
2 changes: 1 addition & 1 deletion src/pages/edge/adobe-journey-optimizer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ You can update the SDK configuration, including the Messaging configuration valu

* [Push notification implementation guide](./push-notification/index.md)
* [In-App message implementation guide](./in-app-message/index.md)
* [Code-based experiences implementation guide](./code-based/index.md)
* [Code-based experiences implementation guide](./code-based/index.md)
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,3 @@ Android
<Tabs query="platform=android&function=get-unique-id"/>
-->

Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ public void track(final String interaction, @NonNull final MessagingEdgeEventTyp

* _interaction_ is a custom string value describing the interaction.
* _eventType_ is an enum specifying event type for the interaction.
* _tokens_ is a list containing the decision item tokens for recording interaction.
* _tokens_ is a list containing the decision item tokens for recording interaction.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public List<PropositionItem> getItems()
```java
public String getScope()
```

<Variant platform="android" function="get-unique-id" repeat="3"/>

#### Java
Expand All @@ -29,4 +30,4 @@ public String getScope()

```java
public String getUniqueId()
```
```
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ public String getUri()
```java
final Surface surface = new Surface("homeActivity#banner")
final String uri = surface.getUri()
```
```

0 comments on commit d4c19f3

Please sign in to comment.