AppService

@ObjCName(name = "AppService", exact = true)
interface AppService : ZiplineService

Base interface for Treehouse applications. Each application should extend this interface to declare APIs that are declared by downloaded code and called from host code.

Note that due to a Zipline limitation it's necessary for implementing classes to declare a direct dependency on ZiplineService. https://github.com/cashapp/zipline/issues/765

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun close()