Uses of Class
org.robovm.apple.uikit.UIImagePickerControllerSourceType
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIImagePickerControllerSourceType in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIImagePickerControllerSourceType Modifier and Type Method Description UIImagePickerControllerSourceTypeUIImagePickerController. getSourceType()static UIImagePickerControllerSourceTypeUIImagePickerControllerSourceType. valueOf(long n)Returns the enum constant of this type with the specified name.static UIImagePickerControllerSourceTypeUIImagePickerControllerSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static UIImagePickerControllerSourceType[]UIImagePickerControllerSourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.uikit with parameters of type UIImagePickerControllerSourceType Modifier and Type Method Description static List<String>UIImagePickerController. getAvailableMediaTypes(UIImagePickerControllerSourceType sourceType)static booleanUIImagePickerController. isSourceTypeAvailable(UIImagePickerControllerSourceType sourceType)voidUIImagePickerController. setSourceType(UIImagePickerControllerSourceType v)