Uses of Class
com.aducid.sdk.enums.LinkType
| Package | Description |
|---|---|
| com.aducid.sdk.enums |
Enumeration classes.
|
| com.aducid.sdk.provider.sender |
Provider message sender interface.
|
-
Uses of LinkType in com.aducid.sdk.enums
Methods in com.aducid.sdk.enums that return LinkType Modifier and Type Method Description static LinkTypeLinkType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LinkType[]LinkType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LinkType in com.aducid.sdk.provider.sender
Constructors in com.aducid.sdk.provider.sender with parameters of type LinkType Constructor Description ProviderMessageSender(LinkType linkType, AducidAdvancedClient advancedClient)Constructor with link type and ADUCID advanced client instance.