mirror of
https://github.com/balzack/databag.git
synced 2025-05-04 07:25:15 +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::addConfigListener(ev: (config: Cofnig) => void): void```
|
||||||
```Settings::removeConfigListener(ev: (config: Config) => void): void```
|
```Settings::removeConfigListener(ev: (config: Config) => void): void```
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
@ -213,7 +214,7 @@ Automate allocates the Bot interface for ia specific communication channel
|
|||||||
|
|
||||||
```Identity:::getProfileImageUrl(): string```
|
```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::addProfileListener(ev: (profile: Profile) => void): void```
|
||||||
```Identity::removeProfileListener(ev: (profile: Profile) => void): void```
|
```Identity::removeProfileListener(ev: (profile: Profile) => void): void```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user