PisthAPT
open class PisthAPT
The class for interacting with Pisth APT.
-
This app URL scheme.
Declaration
Swift
open var urlScheme: URL -
Tint color of Pisth APT. Default is the tint color of the key window.
Declaration
Swift
open var tintColor: UIColor? -
Init the object.
Declaration
Swift
public init(urlScheme: URL)Parameters
urlSchemeThis app URL scheme.
-
Returns
trueif current application can open Pisth Pisth APT URL scheme.Declaration
Swift
open var canOpen: Bool { get } -
Open Pisth APT.
Declaration
Swift
open func open(connection: RemoteConnection) -> <<error type>>Parameters
connectionConnection to open.
View on GitHub
Install in Dash
PisthAPT Class Reference