Files
NativeScript/apps/tests/platform.md
2016-05-02 10:45:50 +03:00

13 lines
374 B
Markdown

---
nav-title: "platform How-To"
title: "platform"
description: "Examples for using platform"
---
# Platform
Information about the current device and screen are defined in the platform module
### Declaring platform module to be available for further usage.
<snippet id='platform-require'/>
### Getting information about the current device:
<snippet id='platform-current'/>