Class MediaViewHandler
Inheritance
System.Object
MediaViewHandler
Assembly: FM.LiveSwitch.Cocoa.dll
public sealed class MediaViewHandler : ViewHandler<IMediaView, UIView>
Constructors
Declaration
public MediaViewHandler()
Declaration
public MediaViewHandler(IPropertyMapper mapper, CommandMapper? commandMapper = null)
Parameters
| Type |
Name |
Description |
| IPropertyMapper |
mapper |
|
| System.Nullable<CommandMapper> |
commandMapper |
|
Fields
Declaration
public static readonly IPropertyMapper<IMediaView, MediaViewHandler> MyMapper
Field Value
Methods
Declaration
protected override UIView CreatePlatformView()
Returns
| Type |
Description |
| UIKit.UIView |
|