Uses of Class
com.slack.api.model.manifest.AppManifest.Interactivity
Packages that use AppManifest.Interactivity
-
Uses of AppManifest.Interactivity in com.slack.api.model.manifest
Methods in com.slack.api.model.manifest that return AppManifest.InteractivityModifier and TypeMethodDescriptionAppManifest.Interactivity.InteractivityBuilder.build()AppManifest.Settings.getInteractivity()Methods in com.slack.api.model.manifest with parameters of type AppManifest.InteractivityModifier and TypeMethodDescriptionAppManifest.Settings.SettingsBuilder.interactivity(AppManifest.Interactivity interactivity) voidAppManifest.Settings.setInteractivity(AppManifest.Interactivity interactivity) Constructors in com.slack.api.model.manifest with parameters of type AppManifest.InteractivityModifierConstructorDescriptionSettings(String description, String longDescription, String backgroundColor, AppManifest.EventSubscriptions eventSubscriptions, AppManifest.Interactivity interactivity, List<String> allowedIpAddressRanges, Boolean orgDeployEnabled, Boolean socketModeEnabled, Boolean tokenRotationEnabled, String hermesAppType, String functionRuntime)