| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| ICCID — Property, class com.distriqt.extension.share.sms.SubscriptionInfo |
|
the ICC ID
|
| id — Property, class com.distriqt.extension.share.sms.SMS |
| |
| id — Property, class com.distriqt.extension.share.sms.SubscriptionInfo |
|
the subscription ID
|
| images — Property, class com.distriqt.extension.share.social.SocialPost |
|
The images to be posted
|
| implementation — Property, class com.distriqt.extension.share.Share |
|
The implementation currently in use. |
| init(key:String) — Static Method , class com.distriqt.extension.share.Share |
|
Initialises the extension class for use with the provided key. |
| Intent — class, package com.distriqt.extension.share.applications |
|
Actionscript representation of an Android Intent
|
| Intent(action:String, data:String) — Constructor, class com.distriqt.extension.share.applications.Intent |
| |
| isApplicationInstalled(application:String, canOpenUrl:String) — method, class com.distriqt.extension.share.Share |
|
Uses the package manager and the can open url functionality to check
if an application has been installed on a device. |
| isInstalled(app:com.distriqt.extension.share.applications:Application) — method, interface com.distriqt.extension.share.Applications |
|
Check whether an application is installed on a device
iOS
On iOS you must add the application schemes you wish to query to your info additions:
<iPhone>
<InfoAdditions><![CDATA[
<key>LSApplicationQueriesSchemes</key>
<array>
<string>instagram</string>
<string>whatsapp</string>
</array>
]]></InfoAdditions>
</iPhone>
|
| isMailSupported — Property, interface com.distriqt.extension.share.email.EmailManager |
|
This checks that the device you are using has the ability to send an email. |
| isNetworkSupported(network:String) — method, interface com.distriqt.extension.share.social.Social |
|
Checks if sharing to a specified social network is available
on the current device. |
| isShareSupported — Property, class com.distriqt.extension.share.Share |
|
Returns true if the current device supports the sharing ability
|
| isSMSSupported — Property, interface com.distriqt.extension.share.sms.SMSManager |
|
Returns true if the current device supports SMS functionality
|
| isSupported — Static Property, class com.distriqt.extension.share.Share |
|
Whether the current device supports the extensions functionality
|
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |