canExport(toApplication:)
Finds out whether the slideshow can export its contents to an application.
Declaration
class func canExport(toApplication applicationBundleIdentifier: String!) -> BoolParameters
- applicationBundleIdentifier:
The bundle identifier of the application that you want to export the slideshow to. See Bundle Identifiers.
Return Value
true if the slideshow can be exported to the specified application; false otherwise.