Uses of Enum Class
cloud.opencode.base.sms.config.SmsProviderType
Packages that use SmsProviderType
-
Uses of SmsProviderType in cloud.opencode.base.sms.config
Subclasses with type arguments of type SmsProviderType in cloud.opencode.base.sms.configMethods in cloud.opencode.base.sms.config that return SmsProviderTypeModifier and TypeMethodDescriptionstatic SmsProviderTypeSmsConfig.providerType()Returns the value of theproviderTyperecord component.static SmsProviderTypeReturns the enum constant of this class with the specified name.static SmsProviderType[]SmsProviderType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.sms.config with parameters of type SmsProviderTypeConstructors in cloud.opencode.base.sms.config with parameters of type SmsProviderType -
Uses of SmsProviderType in cloud.opencode.base.sms.provider
Methods in cloud.opencode.base.sms.provider with parameters of type SmsProviderTypeModifier and TypeMethodDescriptionstatic voidSmsProviderFactory.registerProvider(SmsProviderType type, Function<SmsConfig, SmsProvider> factory) Register custom provider factory 注册自定义提供商工厂booleanSmsProviderFactory.SpiProvider.supports(SmsProviderType type) static voidSmsProviderFactory.unregisterProvider(SmsProviderType type) Unregister provider factory 取消注册提供商工厂