mirror of
https://github.com/balzack/databag.git
synced 2025-04-24 02:25:26 +00:00
Update README.md
This commit is contained in:
parent
0dbc9d542f
commit
a58f0e6c50
@ -194,6 +194,7 @@ Automate allocates the Bot interface for ia specific communication channel
|
||||
|
||||
```Settings::addConfigListener(ev: (config: Cofnig) => void): void```
|
||||
```Settings::removeConfigListener(ev: (config: Config) => void): void```
|
||||
|
||||
<br>
|
||||
|
||||
</details>
|
||||
@ -213,7 +214,7 @@ Automate allocates the Bot interface for ia specific communication channel
|
||||
|
||||
```Identity:::getProfileImageUrl(): string```
|
||||
|
||||
The current profile can be access with a profile listener
|
||||
The current profile can be access with a [Profile](https://github.com/balzack/databag/blob/sdk/app/sdk/src/types.ts) listener
|
||||
|
||||
```Identity::addProfileListener(ev: (profile: Profile) => void): void```
|
||||
```Identity::removeProfileListener(ev: (profile: Profile) => void): void```
|
||||
|
Loading…
x
Reference in New Issue
Block a user