Table of Contents

Class PlatformView

Namespace
Alternet.UI
Assembly
Alternet.UI.Maui.dll

Adds additional functionality to the SKCanvasView control.

public class PlatformView : SKCanvasView, IEquatable<NSObject>, INSObjectProtocol, IUIActivityItemsConfigurationProviding, IUIPasteConfigurationSupporting, IUIResponderStandardEditActions, IUIUserActivityRestoring, INSTouchBarProvider, IEnumerable, INSCoding, IUIAccessibilityIdentification, IUIAppearance, IUIAppearanceContainer, IUICoordinateSpace, IUIDynamicItem, IUIFocusItem, IUIFocusEnvironment, IUIFocusItemContainer, IUILargeContentViewerItem, IUIPopoverPresentationControllerSourceItem, IUITraitChangeObservable, IUITraitEnvironment, ICALayerDelegate, INativeObject, IComponent, IDisposable
Inheritance
NSObject
UIResponder
UIView
PlatformView
Implements
IEquatable<NSObject>
INSObjectProtocol
IUIActivityItemsConfigurationProviding
IUIPasteConfigurationSupporting
IUIResponderStandardEditActions
IUIUserActivityRestoring
INSTouchBarProvider
INSCoding
IUIAccessibilityIdentification
IUIAppearance
IUIAppearanceContainer
IUICoordinateSpace
IUIDynamicItem
IUIFocusItem
IUIFocusEnvironment
IUIFocusItemContainer
IUILargeContentViewerItem
IUIPopoverPresentationControllerSourceItem
IUITraitChangeObservable
IUITraitEnvironment
ICALayerDelegate
INativeObject

Constructors

PlatformView()

Initializes a new instance of the PlatformView class.

PlatformView(nint)

Initializes a new instance of the PlatformView class.

Fields

OnBecomeFirstResponder

Raised when BecomeFirstResponder() is called.

OnDidUpdateFocus

Raised when DidUpdateFocus(UIFocusUpdateContext, UIFocusAnimationCoordinator) is called.

OnHoverGestureRecognizer

Raised when UIKit.UIHoverGestureRecognizer state is changed.

OnPressesBegan

Raised when PressesBegan(NSSet<UIPress>, UIPressesEvent) is called.

OnPressesCancelled

Raised when PressesCancelled(NSSet<UIPress>, UIPressesEvent) is called.

OnPressesChanged

Raised when PressesChanged(NSSet<UIPress>, UIPressesEvent) is called.

OnPressesEnded

Raised when PressesEnded(NSSet<UIPress>, UIPressesEvent) is called.

OnResignFirstResponder

Raised when ResignFirstResponder() is called.

OnShouldUpdateFocus

Raised when ShouldUpdateFocus(UIFocusUpdateContext) is called.

Properties

CanBecomeFirstResponder
CanBecomeFocused
CanResignFirstResponder

Methods

BecomeFirstResponder()
DidUpdateFocus(UIFocusUpdateContext, UIFocusAnimationCoordinator)
Initialize()

Common initialization method which is called from the constructors.

PressesBegan(NSSet<UIPress>, UIPressesEvent)
PressesCancelled(NSSet<UIPress>, UIPressesEvent)
PressesChanged(NSSet<UIPress>, UIPressesEvent)
PressesEnded(NSSet<UIPress>, UIPressesEvent)
ResignFirstResponder()
ShouldUpdateFocus(UIFocusUpdateContext)