Package com.pcloud.sdk

Types

ApiClient
Link copied to clipboard
interface ApiClient
The general interface that exposes pCloud API's methods.
ApiError
Link copied to clipboard
open class ApiError : Exception
Signals for pCloud API errors.
Authenticator
Link copied to clipboard
interface Authenticator
An interface for authenticating an application when using pCloud's SDK.
Authenticators
Link copied to clipboard
open class Authenticators
A collection of Authenticator factory methods.
Call
Link copied to clipboard
interface Call<T> : Cloneable
An abstraction over a RPC call to pCloud's API servers.
Callback
Link copied to clipboard
interface Callback<T>
A Callback listener used when making asynchronous calls to the pCloud API.
Checksums
Link copied to clipboard
interface Checksums
A container for a @{link RemoteFile} and the available checksums of its contents.
DataSink
Link copied to clipboard
abstract class DataSink
A consumer of data.
DataSource
Link copied to clipboard
abstract class DataSource
A source of data.
DownloadOptions
Link copied to clipboard
class DownloadOptions
A container for the possible options when creating file links.
FileLink
Link copied to clipboard
interface FileLink : RemoteData
A link to the contents of a file entry on a pCloud account's filesystem.
PCloudSdk
Link copied to clipboard
class PCloudSdk
ProgressListener
Link copied to clipboard
interface ProgressListener
A listener used for upload/download progress notifications.
RemoteData
Link copied to clipboard
interface RemoteData
A data container storing a pCloud account's file entry data.
RemoteEntry
Link copied to clipboard
interface RemoteEntry
An abstraction over a file entry on a pCloud account's filesystem.
RemoteFile
Link copied to clipboard
interface RemoteFile : RemoteEntry, RemoteData
An abstraction over a file entry for a file on a pCloud account's filesystem.
RemoteFolder
Link copied to clipboard
interface RemoteFolder : RemoteEntry
An abstraction over a file entry for a folder on a pCloud account's filesystem.
UploadOptions
Link copied to clipboard
class UploadOptions
A container for the possible options when creating file.
UserInfo
Link copied to clipboard
interface UserInfo
A container for a pCloud account's user data.