Banuba SDK
Instance Methods | Class Methods | Properties | List of all members
BNBEyesState Class Reference

#import <BNBEyesState.h>

Inheritance diagram for BNBEyesState:

Instance Methods

(nonnull instancetype) - initWithIsOpenLeft:isOpenRight:
 

Class Methods

(nonnull instancetype) + eyesStateWithIsOpenLeft:isOpenRight:
 

Properties

BOOL isOpenLeft
 
BOOL isOpenRight
 

Detailed Description

Definition at line 6 of file BNBEyesState.h.

Method Documentation

◆ eyesStateWithIsOpenLeft:isOpenRight:

+ (nonnull instancetype) eyesStateWithIsOpenLeft: (BOOL)  isOpenLeft
isOpenRight: (BOOL)  isOpenRight 

◆ initWithIsOpenLeft:isOpenRight:

- (nonnull instancetype) initWithIsOpenLeft: (BOOL)  isOpenLeft
isOpenRight: (BOOL)  isOpenRight 

Property Documentation

◆ isOpenLeft

- (BOOL) isOpenLeft
readnonatomicassign

Definition at line 12 of file BNBEyesState.h.

◆ isOpenRight

- (BOOL) isOpenRight
readnonatomicassign

Definition at line 14 of file BNBEyesState.h.


The documentation for this class was generated from the following file: