Skip to content

Commit

Permalink
markdown prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
djorka committed May 6, 2024
1 parent a2b556e commit 88280a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ Forethought.INSTANCE.show();
Forethought.INSTANCE.hide();
```


## Additional Usage

### Data Parameters
Expand Down Expand Up @@ -154,6 +153,7 @@ class MainActivity : AppCompatActivity(), ForethoughtListener {
```

2. In the onCreate method, add the `Activity/Fragment` as a listener to the Forethought Solve SDk:

```java
// Java
@Override
Expand All @@ -172,6 +172,7 @@ override fun onCreate(...) {
```

3. Don't forget to remove the listener on the `onDestory` of the `Activity/Fragment` to prevent memory leaks.

```java
// Java
@Override
Expand All @@ -189,7 +190,6 @@ override fun onDestroy() {
}
```


### Plugins

**⛔️ Plugins were removed in version 1.0.0 ⛔️**

0 comments on commit 88280a0

Please sign in to comment.