| 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 |
| SAVE_TO_CAMERA_ROLL — Constant Static Property, class com.distriqt.extension.share.ActivityType |
| |
| scAddress — Property, class com.distriqt.extension.share.sms.SMS |
|
Android only
The service center address or null to use the current default SMSC
|
| sendMail(subject:String, body:String, toRecipients:String) — method, interface com.distriqt.extension.share.email.EmailManager |
|
Sends an email using the native "compose mail" user interface. |
| sendMailWithOptions(subject:String, body:String, toRecipients:String, ccRecipients:String, bccRecipients:String, attachments:Array, isHTML:Boolean, useChooser:Boolean) — method, interface com.distriqt.extension.share.email.EmailManager |
|
Sends an email using the native "compose mail" user interface. |
| sendSMS(sms:com.distriqt.extension.share.sms:SMS, subscriptionId:int) — method, interface com.distriqt.extension.share.sms.SMSManager |
|
Sends an sms directly without any user interface. |
| sendSMSWithUI(sms:com.distriqt.extension.share.sms:SMS, useChooser:Boolean) — method, interface com.distriqt.extension.share.sms.SMSManager |
|
Send an SMS by opening up the user interface and allowing the user
to edit the message before sending. |
| service — Static Property, class com.distriqt.extension.share.Share |
|
The singleton instance of the Share class. |
| setAddress(address:String) — method, class com.distriqt.extension.share.sms.SMS |
|
Set the address for this SMS
|
| setArrowDirection(direction:int) — method, class com.distriqt.extension.share.ShareOptions |
| |
| setAutoScale(value:Boolean) — method, class com.distriqt.extension.share.ShareOptions |
| |
| setCacheBitmapInternally(value:Boolean) — method, class com.distriqt.extension.share.ShareOptions |
| |
| setData(uri:String) — method, class com.distriqt.extension.share.applications.Intent |
| |
| setDataAndType(uri:String, type:String) — method, class com.distriqt.extension.share.applications.Intent |
| |
| setDate(date:Date) — method, class com.distriqt.extension.share.sms.SMS |
|
Set the date for this SMS
|
| setExcludedActivityTypes(value:Array) — method, class com.distriqt.extension.share.ShareOptions |
| |
| setId(id:String) — method, class com.distriqt.extension.share.sms.SMS |
|
Set the identifier for this SMS
|
| setInitialText(text:String) — method, class com.distriqt.extension.share.social.SocialPostBuilder |
| |
| setMessage(message:String) — method, class com.distriqt.extension.share.sms.SMS |
|
Set the message for this SMS
|
| setPackage(packageName:String) — method, class com.distriqt.extension.share.applications.Intent |
| |
| setPackageName(value:String) — method, class com.distriqt.extension.share.ShareOptions |
| |
| setPosition(rect:flash.geom:Rectangle) — method, class com.distriqt.extension.share.ShareOptions |
| |
| setSCAddress(scAddress:String) — method, class com.distriqt.extension.share.sms.SMS |
|
Set the scAddress for this SMS
|
| setShowOpenIn(value:Boolean) — method, class com.distriqt.extension.share.ShareOptions |
| |
| setSubscriptionId(subscriptionId:int) — method, class com.distriqt.extension.share.sms.SMS |
|
Set the subscriptionId for this SMS
|
| setTitle(value:String) — method, class com.distriqt.extension.share.ShareOptions |
| |
| setType(type:String) — method, class com.distriqt.extension.share.applications.Intent |
| |
| setType(type:String) — method, class com.distriqt.extension.share.sms.SMS |
|
Set the type of this SMS
|
| setUseChooser(value:Boolean) — method, class com.distriqt.extension.share.ShareOptions |
| |
| setUTI(value:String) — method, class com.distriqt.extension.share.ShareOptions |
| |
| share(text:String, image:flash.display:BitmapData, url:String, options:com.distriqt.extension.share:ShareOptions) — method, class com.distriqt.extension.share.Share |
|
Displays a share action that allows the user to choose another
application to share the specified data with. |
| Share — final class, package com.distriqt.extension.share |
|
This class represents the share extension.
|
| Share() — Constructor, class com.distriqt.extension.share.Share |
|
Constructor
You should not call this directly, but instead use the singleton access
|
| share:cancelled — Event, class com.distriqt.extension.share.Share |
| |
| share:closed — Event, class com.distriqt.extension.share.Share |
| |
| share:complete — Event, class com.distriqt.extension.share.Share |
| |
| share:failed — Event, class com.distriqt.extension.share.Share |
| |
| ShareEvent — class, package com.distriqt.extension.share.events |
| |
| ShareEvent(type:String, activityType:String, error:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.share.events.ShareEvent |
|
Constructor
|
| shareFile(path:String, name:String, mimeType:String, options:com.distriqt.extension.share:ShareOptions, useActivityViewController:Boolean, description:String) — method, class com.distriqt.extension.share.Share |
|
Displays a share action dialog to that allows the user to choose another
application services that accept the specified file. |
| shareFileLegacy(path:String, name:String, mimeType:String, options:com.distriqt.extension.share:ShareOptions) — method, class com.distriqt.extension.share.Share |
| |
| shareMultiple(text:String, images:Vector$flash.display:BitmapData, url:String, options:com.distriqt.extension.share:ShareOptions) — method, class com.distriqt.extension.share.Share |
| |
| ShareOptions — class, package com.distriqt.extension.share |
| |
| ShareOptions() — Constructor, class com.distriqt.extension.share.ShareOptions |
|
Constructor
|
| sharePost(post:com.distriqt.extension.share.social:SocialPost, network:String) — method, interface com.distriqt.extension.share.social.Social |
|
This is similar to the normal share action except it uses the built in social
network services, rather than the generic share activity. |
| SHOULD_EXPLAIN — Constant Static Property, class com.distriqt.extension.share.AuthorisationStatus |
|
This status means that the user has previously denied access. |
| showOpenIn(path:String, name:String, mimeType:String, options:com.distriqt.extension.share:ShareOptions) — method, class com.distriqt.extension.share.Share |
|
Displays an open in dialog that allows the user to choose another
application to open the specified file with. |
| showOpenIn — Property, class com.distriqt.extension.share.ShareOptions |
|
Sharing file actions will allow an additional action to open
the file in an application, effectively providing a native option
to call showOpenIn with the same options as passed
to shareFile
iOS only
|
| simSlotIndex — Property, class com.distriqt.extension.share.sms.SubscriptionInfo |
|
the slot index of this Subscription's SIM card
|
| sms — Property, class com.distriqt.extension.share.Share |
|
Access to the SMS functionality
|
| sms — Property, class com.distriqt.extension.share.events.SMSEvent |
|
The sms concerned. |
| SMS — class, package com.distriqt.extension.share.sms |
|
Represents a single SMS
|
| SMS(address:String, message:String, id:String, subscriptionId:int, scAddress:String) — Constructor, class com.distriqt.extension.share.sms.SMS |
|
Constructor
|
| sms:cancelled — Event, interface com.distriqt.extension.share.sms.SMSManager |
| |
| sms:delivered — Event, interface com.distriqt.extension.share.sms.SMSManager |
| |
| sms:not:delivered — Event, interface com.distriqt.extension.share.sms.SMSManager |
| |
| sms:received — Event, interface com.distriqt.extension.share.sms.SMSManager |
| |
| sms:sent — Event, interface com.distriqt.extension.share.sms.SMSManager |
| |
| sms:sent:error — Event, interface com.distriqt.extension.share.sms.SMSManager |
| |
| SMSEvent — class, package com.distriqt.extension.share.events |
|
This event is used to communicate SMS based events from the extension and external
sources. |
| SMSEvent(type:String, details:String, sms:com.distriqt.extension.share.sms:SMS, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.share.events.SMSEvent |
|
Constructor
|
| SMSManager — Interface, package com.distriqt.extension.share.sms |
| |
| social — Property, class com.distriqt.extension.share.Share |
|
Access to the social post functionality
|
| Social — Interface, package com.distriqt.extension.share.social |
|
Social functionality has been deprecated on iOS 11.
You will need to migrate to the appropriate social SDK to add these features now. |
| SocialNetwork — class, package com.distriqt.extension.share.social |
| |
| SocialPost — class, package com.distriqt.extension.share.social |
| |
| SocialPost() — Constructor, class com.distriqt.extension.share.social.SocialPost |
|
You should not call this directly but instead use the SocialPostBuilder
|
| socialpost:cancelled — Event, interface com.distriqt.extension.share.social.Social |
| |
| socialpost:complete — Event, interface com.distriqt.extension.share.social.Social |
| |
| socialpost:error — Event, interface com.distriqt.extension.share.social.Social |
| |
| SocialPostBuilder — class, package com.distriqt.extension.share.social |
| |
| SocialPostBuilder() — Constructor, class com.distriqt.extension.share.social.SocialPostBuilder |
|
Constructor
|
| SocialPostEvent — class, package com.distriqt.extension.share.events |
| |
| SocialPostEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.share.events.SocialPostEvent |
|
Constructor
|
| startActivity(intent:com.distriqt.extension.share.applications:Intent) — method, interface com.distriqt.extension.share.Applications |
|
Android only
This functionality allows you to use the Android Intent system to launch an Intent directly. |
| status — Property, class com.distriqt.extension.share.events.AuthorisationEvent |
| |
| subscriptionId — Property, class com.distriqt.extension.share.sms.SMS |
|
Android only
The subscription identifier (sim) to use to send this SMS. |
| SubscriptionInfo — class, package com.distriqt.extension.share.sms |
|
Subscription Information
|
| SubscriptionInfo() — Constructor, class com.distriqt.extension.share.sms.SubscriptionInfo |
| |
|
| 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 |