CameraKit
1.36.1
CameraKit
/
com.snap.camerakit.lenses
/
LensesComponent
/
Repository
/
QueryCriteria
/
ById
By
Id
class
ById
(
val
id
:
String
,
val
groupId
:
String
)
:
LensesComponent.Repository.QueryCriteria
Query for a lens matching the provided
id
and
groupId
.
Constructors
Functions
Properties
Constructors
By
Id
Link copied to clipboard
fun
ById
(
id
:
String
,
groupId
:
String
)
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
group
Id
Link copied to clipboard
val
groupId
:
String
id
Link copied to clipboard
val
id
:
String