|
|
|
@ -8,8 +8,9 @@ import java.lang.annotation.RetentionPolicy; |
|
|
|
|
import static com.flurgle.camerakit.CameraKit.Constants.FLASH_AUTO; |
|
|
|
|
import static com.flurgle.camerakit.CameraKit.Constants.FLASH_OFF; |
|
|
|
|
import static com.flurgle.camerakit.CameraKit.Constants.FLASH_ON; |
|
|
|
|
import static com.flurgle.camerakit.CameraKit.Constants.FLASH_TORCH; |
|
|
|
|
|
|
|
|
|
@Retention(RetentionPolicy.SOURCE) |
|
|
|
|
@IntDef({FLASH_OFF, FLASH_ON, FLASH_AUTO}) |
|
|
|
|
@IntDef({FLASH_OFF, FLASH_ON, FLASH_AUTO, FLASH_TORCH}) |
|
|
|
|
public @interface Flash { |
|
|
|
|
} |