Classes
The following classes are available globally.
-
The
ARViewControllerObjcprovides an infrastructure for your application to manageBearScanner. You can create instances ofARViewControllerObjcor its subclasses and use these objects to provide the specific behavior and visual appearance you need.See moreWarning
You can create multiple instances ofARViewControllerObjcor its subclasses, but you can’t show them simultaneously. And keep in mind that each instance ofARViewControllerObjcor its subclass uses the same view for rendering. Be careful with the view states.Declaration
Objective-C
@interface ARViewControllerObjc : UIViewControllerSwift
class ARViewControllerObjc : UIViewController -
The
ARHandlerXamarinProxyprovides a mechanism for your application to handle features ofARViewController.Due to Xamarin limitations,
See moreARHandlerProtocolcan’t be used. Therefore, this proxy should be used instead ofARHandlerProtocol.Declaration
Swift
@objc public final class ARHandlerXamarinProxy : NSObject, ARHandlerProtocol -
The
ARViewControllerprovides an infrastructure for your application to manageBearScanner. You can create instances ofARViewControlleror its subclasses and use these objects to provide the specific behavior and visual appearance you need.See moreWarning
You can create multiple instances ofARViewControlleror its subclasses, but you can’t show them simultaneously. And keep in mind that each instance ofARViewControlleror its subclass uses the same view for rendering. Be careful with the view states.Declaration
Swift
@objc open class ARViewController : UIViewController -
The
See moreBearErrorexposes short description, type and in some cases reason of occurred error.Declaration
Swift
@objcMembers public class BearError : NSObject, Error -
BearSDK. Handles configuration and initialization of BearSDK.
Copyright
2013-2021 ARGO SASRequires
iOS 12.0 and laterSee moreVersion
3.3.1
Declaration
Swift
@objc public class BearSDK : NSObject
View on GitHub
Classes Reference