---
name: "checkSpecialSupportPhone"
mode: "api"
versionRequirements:
  - { name: "@ray-js/lock-sdk", version: "1.0.0" }
title: "checkSpecialSupportPhone - Check if SMS notification is supported."
summary: "Check if SMS notification is supported."
---

## checkSpecialSupportPhone

> [VERSION] @ray-js/lock-sdk >= 1.0.0

### Description

Check whether SMS notifications are supported

### Parameters

None


### Return Value

None


### Examples

#### Example

```ts
import { checkSpecialSupportPhone } from '@ray-js/lock-sdk';
const supported = await checkSpecialSupportPhone();
```
