* sets the user data associated with the specified event * @param id the event's id * @param name the user data name * @param value the user data value
(id: string, name: string, value: any)
| 2185 | * @param value the user data value |
| 2186 | */ |
| 2187 | setUserData(id: string, name: string, value: any): void; |
| 2188 | |
| 2189 | /** |
| 2190 | * shows the lightbox modal overlay that blocks interactions with the remaining screen |
no outgoing calls
no test coverage detected