ARHandlerXamarinProxy
@objc
public final class ARHandlerXamarinProxy : NSObject, ARHandlerProtocol
The ARHandlerXamarinProxy
provides a mechanism for your application
to handle features of ARViewController
.
Due to Xamarin limitations, ARHandlerProtocol
can’t be used. Therefore, this proxy should be used instead of ARHandlerProtocol
.
-
Declaration
Swift
public var takeScreenshot: UIImage? { get }
-
Declaration
Swift
public var viewState: ARViewState { get }
-
Declaration
Swift
public func startScanning()
-
Declaration
Swift
public func stopScanning()
-
Declaration
Swift
public func cleanView()
-
Declaration
Swift
public func resumeCamera(animated: Bool)
-
Declaration
Swift
public func pauseCamera(animated: Bool)
-
Declaration
Swift
public func enableFlash() -> Bool
-
Declaration
Swift
public func disableFlash()
-
Declaration
Swift
public var isFlashEnabled: Bool { get }
-
Declaration
Swift
public func showARSceneWithoutTracking(withMarkerId id: Int)