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

    urlScheme

    This app URL scheme.

  • Returns true if 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

    connection

    Connection to open.