Class SMSShare
java.lang.Object
com.codename1.ui.Command
com.codename1.share.ShareService
com.codename1.share.SMSShare
- All Implemented Interfaces:
ActionListener<ActionEvent>
SMS Sharing service
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe implementing service needs to declare if it is capable to share an imagegetIcon()Returns the icon representing the commandvoidThis is the sharing method which should be implemented by the service.Methods inherited from class ShareService
actionPerformed, finish, getOriginal, setImage, setMessage, setOriginalForm, shareMethods inherited from class Command
create, createMaterial, equals, getClientProperty, getCommandName, getDisabledIcon, getIconFont, getIconGapMM, getId, getMaterialIcon, getMaterialIconSize, getPressedIcon, getRolloverIcon, hashCode, isDisposesDialog, isEnabled, putClientProperty, setCommandName, setDisabledIcon, setDisposesDialog, setEnabled, setIcon, setIconFont, setIconGapMM, setMaterialIcon, setMaterialIconSize, setPressedIcon, setRolloverIcon, toString
-
Constructor Details
-
SMSShare
public SMSShare()Default Constructor
-
-
Method Details
-
getIcon
-