toggle menu
viewfinderview
androidJvm
switch theme
search in API
viewfinderview
/
com.king.view.viewfinderview
/
ViewfinderView
/
ViewfinderStyle
Viewfinder
Style
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
annotation class
ViewfinderStyle
取景框样式
Members
Properties
CLASSIC
Link copied to clipboard
val
CLASSIC
:
Int
=
0
经典样式:经典的扫描风格(带扫描框)
POPULAR
Link copied to clipboard
val
POPULAR
:
Int
=
1
流行样式:类似于新版的微信全屏扫描(不带扫描框)
Functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String