mergPopActivity |
Type | command |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergPopActivity [<pText>], [<pImagePaths>], [<pURLs>], [<pRect>]
|
Associations | mergpop |
Summary | Presents a modal view that you can use to offer various services from
your application
|
Introduced | 8.0 |
OS | ios |
Platforms | mobile |
Parameters | Name | Type | Description |
---|
pText | | (optional with "" default) text to be handled by the activity
view
|
pImagePaths | | (optional with "" default) a full path to an image to be
handled by the activity view
|
pURLs | | (optional with "" default) a url to be handled by the activity
view
|
pRect | | (optional with "" default) a rect on screen which is used as the
location the popover is presented from. This defaults to the rect of the
target control.
|
|
Values | Name | Type | Description |
---|
return | | one of:
- mergPopActivity: cancel
- the activity type that was completed by the user. For example, if the
user sent an SMS the activity type would be:
com.apple.UIKit.activity.Message
|
|
Description | The system provides several standard services, such as copying items to
the pasteboard, posting content to social media sites, sending items via
email or SMS, and more. This feature is available on iOS 6 only and will
throw an error on other platforms. To use this feature your app must be
comipled against the iOS 6 SDK or higher which means using LiveCode
5.5.3+ and Xcode 4.5 or higher.
|
Tags | externals |