The CYIPlatformViewHandle is a wrapper object that holds on to the native platform view.
Once a CYIPlatformViewHandle is created it is then usually associated with a CYIPlatformViewProxy by setting it using CYIPlatformViewProxy::SetPlatformViewHandle. This association allows for the associated proxy to then set properties and run platform specific functions on the native platform view.
- Note
- This class is only available on supported mobile touch platforms: Android and iOS. Android TV and Fire TV are not supported.