Created
May 28, 2012 17:12
-
-
Save tannerburson/2820134 to your computer and use it in GitHub Desktop.
IntentChooser Plugin Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IntentChooser.show({ | |
'mime-type': 'text/plain', | |
'content': 'This is my content: ', | |
'package-names': ['twitter'] | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment