An open API service indexing awesome lists of open source software.

https://github.com/janumedia/socialane

Social Sharing NativeExtension for Android
https://github.com/janumedia/socialane

adobe-air android ane java social-share

Last synced: 6 months ago
JSON representation

Social Sharing NativeExtension for Android

Awesome Lists containing this project

README

          

Social Sharing ANE for Android
---------

SocialANE - Social Sharing Native Extension for Android applications

Version
---------

This is version 1.0 of this extension.

Extension ID
---------

```
com.janumedia.ane.social
```

Usage
---------

```
var subjectStr:String = "This is Subject";
var messageStr:String = "This is the messsages";
var socialAne:Social = Social.instance;
socialAne.share(subjectStr, messageStr);
```

Author
---------

This ANE has been writen by [I Nengah Januartha](https://github.com/janumedia). It belongs to [JanuMedia Inc.](http://www.janumedia.com) and is distributed under the [Apache Licence, version 2.0](http://www.apache.org/licenses/LICENSE-2.0).