# Handheld

> Interface into functionality unique to handheld devices.

## Definition

* **Type:** Class
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public class Handheld
```

## Remarks

This class is available on Android and iOS.

## Static Methods

| Method                                                                                                         | Description                                |
| -------------------------------------------------------------------------------------------------------------- | ------------------------------------------ |
| [GetActivityIndicatorStyle](/engine/6000.0/script-reference/unityengine/handheld/getactivityindicatorstyle.md) | Gets the current activity indicator style. |
| [PlayFullScreenMovie](/engine/6000.0/script-reference/unityengine/handheld/playfullscreenmovie.md)             | Plays a full-screen movie.                 |
| [SetActivityIndicatorStyle](/engine/6000.0/script-reference/unityengine/handheld/setactivityindicatorstyle.md) | Sets the desired activity indicator style. |
| [StartActivityIndicator](/engine/6000.0/script-reference/unityengine/handheld/startactivityindicator.md)       | Starts os activity indicator.              |
| [StopActivityIndicator](/engine/6000.0/script-reference/unityengine/handheld/stopactivityindicator.md)         | Stops os activity indicator.               |
| [Vibrate](/engine/6000.0/script-reference/unityengine/handheld/vibrate.md)                                     | Triggers device vibration.                 |
