# Conditions

This Module comes with 8 new conditions specifically for Mobile platforms. Of these Conditions, 4 are general, 2 are for Android only and 2 are for iOS only.

| Condition Name                  | Description                                |
| ------------------------------- | ------------------------------------------ |
| **Check for Accelerometer**     | Returns True or False (iOS and Android)    |
| **Check for Gyroscope**         | Returns True or False (iOS and Android)    |
| **Check for Vibration**         | Returns True or False (iOS and Android)    |
| **Check for Location Services** | Returns True or False (iOS and Android)    |
| **Check if Android**            | Returns True for Android, False for iOS    |
| **Check if iPhone**             | Returns True for iOS, False for Android    |
| **Minimum Android API**         | Checks for API19 through API30 or higher.  |
| **Minimum iPhone API**          | Checks for iOS 10 through iOS14 or higher. |

The last two Conditions include a dropdown selection for the minimum software level to be checked for.

![](https://1680659799-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LauqCzuMnmk33t__Yp5%2F-MQvOApLmlUkqdlmlLRM%2F-MQvOccK_GAlLLh_0mJO%2FScreenshot%202021-01-13%20115911.png?alt=media\&token=4762bea9-b473-4f22-9131-a3aafa7c870c)

These Conditions are used the same as any Game Creator Condition.  For more information on Utility Actions, see [Example 8 - Utilities](https://app.gitbook.com/@piveclabs/s/piveclabs/~/drafts/-MQvMXxMKvG9DJX6x7sg/game-creator/mobile-components-for-game-creator/examples/example-8-utilities).
