Uses of Class
org.robovm.apple.messageui.MFMailComposeResult
| Package | Description |
|---|---|
| org.robovm.apple.messageui |
-
Uses of MFMailComposeResult in org.robovm.apple.messageui
Methods in org.robovm.apple.messageui that return MFMailComposeResult Modifier and Type Method Description static MFMailComposeResultMFMailComposeResult. valueOf(long n)Returns the enum constant of this type with the specified name.static MFMailComposeResultMFMailComposeResult. valueOf(String name)Returns the enum constant of this type with the specified name.static MFMailComposeResult[]MFMailComposeResult. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.messageui with parameters of type MFMailComposeResult Modifier and Type Method Description voidMFMailComposeViewControllerDelegate. didFinish(MFMailComposeViewController controller, MFMailComposeResult result, NSError error)voidMFMailComposeViewControllerDelegateAdapter. didFinish(MFMailComposeViewController controller, MFMailComposeResult result, NSError error)