Unverified Commit 6da11c77 authored by serghei77's avatar serghei77 Committed by GitHub
Browse files

Create Start

1 merge request!11803Create Start test
Showing with 16 additions and 0 deletions
+16 -0
// Sending event to client
bridge
.send('VKWebAppGetEmail')
.then(data => {
// Обработка события в случае успеха
console.log(data.email);
})
.catch(error => {
// Обработка события в случае ошибки
});{
"type": "EventNameFailed",
"data": {
"error_type": String
"error_data": {}
}
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment