Class MSMessageTemplateLayout

  • All Implemented Interfaces:
    NSCopying, NSObject

    public class MSMessageTemplateLayout
    extends MSMessageLayout
    MSMessageTemplateLayout The MSMessageTemplateLayout encapsulates properties used in the construction of UI representing a message using the default message layout template.
    • Constructor Detail

      • MSMessageTemplateLayout

        protected MSMessageTemplateLayout​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • hash_static

        public static long hash_static()
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • new_objc

        public static java.lang.Object new_objc()
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • version_static

        public static long version_static()
      • caption

        public java.lang.String caption()
        [@property] caption Text to be used as a caption related to the message content.
      • image

        public UIImage image()
        [@property] image A UIImage object used to construct the message representation in the conversation transcript. When this property and the mediaURL property are both set, the mediaURL property will be ignored.
      • imageSubtitle

        public java.lang.String imageSubtitle()
        [@property] imageSubtitle Subtitle text associated with the image or media .
      • imageTitle

        public java.lang.String imageTitle()
        [@property] imageTitle Title text associated with the image or media .
      • mediaFileURL

        public NSURL mediaFileURL()
        [@property] mediaFileURL The URL to a media file used to construct the message representation in the conversation transcript. This must be a file URL, the data contained in the file must conform to kUTTypeImage or kUTTypeMovie. When image property and this property are both set, then this property will be ignored.
      • setCaption

        public void setCaption​(java.lang.String value)
        [@property] caption Text to be used as a caption related to the message content.
      • setImage

        public void setImage​(UIImage value)
        [@property] image A UIImage object used to construct the message representation in the conversation transcript. When this property and the mediaURL property are both set, the mediaURL property will be ignored.
      • setImageSubtitle

        public void setImageSubtitle​(java.lang.String value)
        [@property] imageSubtitle Subtitle text associated with the image or media .
      • setImageTitle

        public void setImageTitle​(java.lang.String value)
        [@property] imageTitle Title text associated with the image or media .
      • setMediaFileURL

        public void setMediaFileURL​(NSURL value)
        [@property] mediaFileURL The URL to a media file used to construct the message representation in the conversation transcript. This must be a file URL, the data contained in the file must conform to kUTTypeImage or kUTTypeMovie. When image property and this property are both set, then this property will be ignored.
      • setSubcaption

        public void setSubcaption​(java.lang.String value)
        [@property] subcaption Text to be used as a subcaption related to the message content.
      • setTrailingCaption

        public void setTrailingCaption​(java.lang.String value)
        [@property] trailingCaption Text to be drawn right aligned on the same line as the caption text.
      • setTrailingSubcaption

        public void setTrailingSubcaption​(java.lang.String value)
        [@property] trailingSubcaption Text to be drawn right aligned on the same line as the subcaption text.
      • subcaption

        public java.lang.String subcaption()
        [@property] subcaption Text to be used as a subcaption related to the message content.
      • trailingCaption

        public java.lang.String trailingCaption()
        [@property] trailingCaption Text to be drawn right aligned on the same line as the caption text.
      • trailingSubcaption

        public java.lang.String trailingSubcaption()
        [@property] trailingSubcaption Text to be drawn right aligned on the same line as the subcaption text.