# Events

### <mark style="color:purple;">Microphone Access Granted</mark>

Fires if microphone access was granted.

***

### <mark style="color:purple;">Microphone Access Denied</mark>

Fires if microphone access was denied.

***

### <mark style="color:purple;">Camera Access Granted</mark>

Fires if camera access was granted.

***

### <mark style="color:purple;">Camera Access Denied</mark>

Fires if camera access was denied.

***

### <mark style="color:purple;">Screen Sharing Access Granted</mark>

Fires if screen sharing access was granted.

***

### <mark style="color:purple;">Screen Sharing Access Denied</mark>

Fires if screen sharing access was denied.

***

### <mark style="color:purple;">Deeplink Used</mark>

Fires when the app's deeplink is used.&#x20;

{% hint style="info" %}
Note, a deeplink can be used to launch your application. If this happens, this event will fire when the app starts.\
\
Deeplinks may also be used when the app is already running, in this case you should show your application.
{% endhint %}

***

### <mark style="color:purple;">Update Failed To Start</mark>

Fires if an update was requested and failed to begin.

***

### <mark style="color:purple;">Update Started</mark>

Fires when an update sucessfully begins.&#x20;

***

### <mark style="color:purple;">App Activated</mark>&#x20;

Fires when certain events occur on macOS, like clicking the dock icon or when a user selects the app using Command + Tab while it is already running but has no focused windows.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://deskifier.gitbook.io/deskifier/deskifier-bubble.io-docs/app-element/events.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
