set Enabled Share Features
fun setEnabledShareFeatures(enabledShareFeatures: EnumSet<ShareFeatures>): PdfActivityConfiguration.Builder
Configures which share features are enabled in the UI. This feature is only UI specific, defining the available sharing features in the com.pspdfkit.ui.PdfActivity. The sharing API still works even if certain share feature is disabled.
Parameters
enabled Share Features
Set of share features to enable.