Uses of Class
com.aducid.sdk.enums.AimType
| Package | Description | 
|---|---|
| com.aducid.sdk.enums | 
 Enumeration classes. 
 | 
| com.aducid.sdk.pojo | 
 Java beans. 
 | 
- 
Uses of AimType in com.aducid.sdk.enums
Methods in com.aducid.sdk.enums that return AimType Modifier and Type Method Description static AimTypeAimType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AimType[]AimType. values()Returns an array containing the constants of this enum type, in the order they are declared. - 
Uses of AimType in com.aducid.sdk.pojo
Methods in com.aducid.sdk.pojo that return AimType Modifier and Type Method Description AimTypeTrustedAim. getType()Returns type.Methods in com.aducid.sdk.pojo with parameters of type AimType Modifier and Type Method Description voidTrustedAim. setType(AimType type)Sets type.