Share via


IMSMessagesAppTranscriptPresentation Interface

Definition

This interface represents the Objective-C protocol MSMessagesAppTranscriptPresentation.

[Foundation.Protocol(Name="MSMessagesAppTranscriptPresentation", WrapperType=typeof(Messages.MSMessagesAppTranscriptPresentationWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetContentSizeThatFits", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CoreGraphics.CGSize) }, ReturnType=typeof(CoreGraphics.CGSize), Selector="contentSizeThatFits:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="InvalidateMessageTintColor", Selector="invalidateMessageTintColor")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="messageTintColor", IsProperty=true, IsRequired=true, IsStatic=false, Name="MessageTintColor", PropertyType=typeof(UIKit.UIColor), Selector="messageTintColor")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="messageCornerRadius", IsProperty=true, IsRequired=true, IsStatic=false, Name="MessageCornerRadius", PropertyType=typeof(System.Runtime.InteropServices.NFloat), Selector="messageCornerRadius")]
public interface IMSMessagesAppTranscriptPresentation : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="MSMessagesAppTranscriptPresentation", WrapperType=typeof(Messages.MSMessagesAppTranscriptPresentationWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetContentSizeThatFits", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CoreGraphics.CGSize) }, ReturnType=typeof(CoreGraphics.CGSize), Selector="contentSizeThatFits:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="InvalidateMessageTintColor", Selector="invalidateMessageTintColor")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="messageTintColor", IsProperty=true, IsRequired=true, IsStatic=false, Name="MessageTintColor", PropertyType=typeof(UIKit.UIColor), Selector="messageTintColor")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="messageCornerRadius", IsProperty=true, IsRequired=true, IsStatic=false, Name="MessageCornerRadius", PropertyType=typeof(System.Runtime.InteropServices.NFloat), Selector="messageCornerRadius")>]
type IMSMessagesAppTranscriptPresentation = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
MessageCornerRadius
MessageTintColor

Methods

Name Description
GetContentSizeThatFits(CGSize)
InvalidateMessageTintColor()

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to