DownloadBinder

open inner class DownloadBinder : Binder

提供绑定服务的方式进行下载

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val DUMP_TRANSACTION: Int = 1598311760
Link copied to clipboard
Link copied to clipboard
val FLAG_ONEWAY: Int = 1
Link copied to clipboard
val INTERFACE_TRANSACTION: Int = 1598968902
Link copied to clipboard
val LAST_CALL_TRANSACTION: Int = 16777215
Link copied to clipboard
val LIKE_TRANSACTION: Int = 1598835019
Link copied to clipboard
val PING_TRANSACTION: Int = 1599098439
Link copied to clipboard
val TWEET_TRANSACTION: Int = 1599362900

Functions

Link copied to clipboard
open fun attachInterface(owner: IInterface, descriptor: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun dump(fd: FileDescriptor, args: Array<String>)
Link copied to clipboard
open fun dumpAsync(fd: FileDescriptor, args: Array<String>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun linkToDeath(recipient: IBinder.DeathRecipient, flags: Int)
Link copied to clipboard
open fun pingBinder(): Boolean
Link copied to clipboard
open fun queryLocalInterface(descriptor: String): IInterface
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun start(@NonNull config: UpdateConfig)
open fun start(@NonNull config: UpdateConfig, @Nullable callback: UpdateCallback)
open fun start(@NonNull config: UpdateConfig, @Nullable httpManager: IHttpManager, @Nullable callback: UpdateCallback)
open fun start(@NonNull config: UpdateConfig, @Nullable httpManager: IHttpManager, @Nullable callback: UpdateCallback, @Nullable notification: INotification)
开始下载
Link copied to clipboard
fun transact(code: Int, data: Parcel, reply: Parcel, flags: Int): Boolean
Link copied to clipboard
open fun unlinkToDeath(recipient: IBinder.DeathRecipient, flags: Int): Boolean