ShareTarget

open class ShareTarget

Defines single target for share action.

See also

Constructors

Link copied to clipboard
constructor(@NonNull packageName: String, @NonNull label: String, @NonNull icon: Drawable, @NonNull shareAction: ShareAction)

Properties

Link copied to clipboard
The icon drawable representing the target application.
Link copied to clipboard
The human-readable label of the target application.
Link copied to clipboard
The Android package name of the target application.
Link copied to clipboard
The share action that defines how documents are shared to this target.

Functions

Link copied to clipboard
Checks if this share target is a print service.