Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.
/ DeviceInfo-ANE Public archive

Get current device information from within the AIR application.

Notifications You must be signed in to change notification settings

myflashlab/DeviceInfo-ANE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

DeviceInfo ANE for Android+iOS

This ANE gives you many useful information about the current device OS the app is running in.

find the latest asdoc for this ANE here.

AIR Usage

For the complete AS3 code usage, see the demo project here.

import com.myflashlab.air.extensions.deviceInfo.*;

// this ANE does not need initialization. 
// simply call it and receive the device information

var androidObj:Object = DeviceInfo.androidInfo();
trace(JSON.stringify(androidObj);

var iOSObj:Object = DeviceInfo.iosInfo();
trace(JSON.stringify(iOSObj);

Air .xml manifest

<!--
Embedding the ANE:
-->
  <extensions>
	<extensionID>com.myflashlab.air.extensions.deviceInfo</extensionID>
	
	<!-- dependency ANEs https://github.com/myflashlab/common-dependencies-ANE -->
	<extensionID>com.myflashlab.air.extensions.dependency.overrideAir</extensionID>
  </extensions>
-->

Requirements

  • Android API 19+
  • iOS SDK 10.0+
  • AIR SDK 31.0+

Commercial Version

https://www.myflashlabs.com/product/device-info-ane-adobe-air-native-extension/

DeviceInfo ANE

Tutorials

How to embed ANEs into FlashBuilder, FlashCC and FlashDevelop

Premium Support

Premium Support package If you are an active MyFlashLabs club member, you will have access to our private and secure support ticket system for all our ANEs. Even if you are not a member, you can still receive premium help if you purchase the premium support package.

About

Get current device information from within the AIR application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published