Sha256: 1c3b7d3a0cdb3d4aba853d39ab49f5caaca4f373305009083f3f2ccb5874c32a

Contents?: true

Size: 957 Bytes

Versions: 1

Compression:

Stored size: 957 Bytes

Contents

#About
The about module returns information such as the best identifier and platform-names in a standardized way.  This is useful for things like analytics
tracking.

###Driver messages
`if_about_pull()` - A message to the driver that it should send a complaint message back to the `int_about_pull_cb` endpoint. with one parameter of a dictionary.

###Kernel messages
`int_about_pull_cb(info)` - `info` is a dictionary that contains the following values:

  * `udid` - A string that represents, to the device's best capabilities, a unique application bound identifier.
  * `platform` - A string that represents this platform, i.e. `iOS iPhone 4S 9.0`, `5.0 (Macintosh: Intem lMac...Safari)`
  * `language` - A string that represents the locale, e.g. `en-us`

###Kernel access
You may access the udid via the global functions:
  * `get_udid` - Retrieves the udid
  * `get_platform` - Retrieves the platform string
  * `get_language` - Retrieves the language

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
flok-0.0.105 docs/mod/about.md