xamarinios
namespace ARKit
{
    [Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
    [Register("ARConfiguration", true)]
    [Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
    [Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
    [Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
    public abstract class ARConfiguration : NSObject, INSCopying, INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [EditorBrowsable(EditorBrowsableState.Never)]
        [Introduced(PlatformName.iOS, 11, 3, PlatformArchitecture.All, null)]
        [Obsolete("This is an abstract static method. You need to call 'GetSupportedVideoFormats ()' from a subclass to get results.", false)]
        public static ARVideoFormat![]! SupportedVideoFormats
        {
            [Introduced(PlatformName.iOS, 11, 3, PlatformArchitecture.All, null)]
            get;
        }

    }
}
Xamarin iOS 0.0
Information specific to xamarinios
Assembly

Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Obsolete This is an abstract static method. You need to call 'GetSupportedVideoFormats ()' from a subclass to get results.
Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API

05/16/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙