# inactivityTimeout

## Description

Detect if a user is inactive/not using the mobile.

## Input / Parameter

| Name            | Description                                                                    | Input Type | Default | Options     | Required |
| --------------- | ------------------------------------------------------------------------------ | ---------- | ------- | ----------- | -------- |
| currentPageOnly | Check inactivity on the current snippet or page only.                          | Boolean    | true    | true, false | Yes      |
| timeout         | The time limit that a user can stay idle for before being considered inactive. | Number     | -       | -           | Yes      |

## Output

N/A

## Callback

### callback

The function to be executed after timeout, when the user is inactive.

| Description                                             | Output Type |
| ------------------------------------------------------- | ----------- |
| Returns the list of languages in the language settings. | Array/List  |

## Video

## Example

### Steps

### Result

## Links
