Skip to content

Commit

Permalink
doc: add to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Nov 22, 2021
1 parent 8e1712f commit 25fc602
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public class MainActivity extends BridgeActivity {
* [`setCompany(...)`](#setcompany)
* [`setInt(...)`](#setint)
* [`setString(...)`](#setstring)
* [`sendMessage(...)`](#sendmessage)
* [`setSegment(...)`](#setsegment)
* [`reset()`](#reset)

Expand Down Expand Up @@ -184,6 +185,21 @@ setString(data: { key: string; value: string; }) => any
--------------------


### sendMessage(...)

```typescript
sendMessage(data: { value: string; }) => any
```

| Param | Type |
| ---------- | ------------------------------- |
| **`data`** | <code>{ value: string; }</code> |

**Returns:** <code>any</code>

--------------------


### setSegment(...)

```typescript
Expand Down

0 comments on commit 25fc602

Please sign in to comment.