RSDWebViewUIAction
public protocol RSDWebViewUIAction : RSDUIAction, RSDResourceTransformer
RSDWebViewUIAction
implements an extension of the base protocol where the action includes a pointer
to a url that can display in a webview. The url can either be fully qualified or optionally point to
an embedded resource. The resource bundle is assumed to be the main bundle if the bundleIdentifier
property is nil
.
-
The url to load in the webview. If this is not a fully qualified url string, then it is assumed to refer to an embedded resource.
Declaration
Swift
var url: String