In the player on Nintendo Switch.
See Also: Platform dependent Compilation.
no example available in JavaScript
using UnityEngine;
public class ExampleClass : MonoBehaviour { void Example() { if (Application.platform == RuntimePlatform.Switch) Debug.Log("Do something special here!"); } }