Class SLComposeViewController

    • Constructor Detail

      • SLComposeViewController

        public SLComposeViewController()
      • SLComposeViewController

        protected SLComposeViewController​(NSObject.Handle h,
                                          long handle)
      • SLComposeViewController

        protected SLComposeViewController​(NSObject.SkipInit skipInit)
      • SLComposeViewController

        public SLComposeViewController​(SLServiceType serviceType)
      • SLComposeViewController

        public SLComposeViewController​(java.lang.String nibNameOrNil,
                                       NSBundle nibBundleOrNil)
      • SLComposeViewController

        public SLComposeViewController​(NSCoder decoder)
    • Method Detail

      • setInitialText

        public boolean setInitialText​(java.lang.String text)
      • addImage

        public boolean addImage​(UIImage image)
      • removeAllImages

        public boolean removeAllImages()
      • addURL

        public boolean addURL​(NSURL url)
      • removeAllURLs

        public boolean removeAllURLs()
      • isAvailable

        public static boolean isAvailable​(SLServiceType serviceType)
      • create

        protected static long create​(SLServiceType serviceType)