Package | Description |
---|---|
com.snapchat.kit.sdk.creative.media | |
com.snapchat.kit.sdk.creative.models |
Modifier and Type | Method and Description |
---|---|
SnapLensLaunchData |
SnapLensLaunchData.Builder.build()
Builds the launch data into a json string.
|
Modifier and Type | Method and Description |
---|---|
SnapLensLaunchData |
SnapLensContent.getSnapLensLaunchData()
Getter for the launch data.
|
Modifier and Type | Method and Description |
---|---|
static SnapLensContent |
SnapLensContent.createSnapLensContent(java.lang.String lensUUID,
SnapLensLaunchData snapLensLaunchData)
Method for constructing SnapLensContent for a lens specified by UUID.
|
void |
SnapLensContent.setSnapLensLaunchData(SnapLensLaunchData snapLensLaunchData)
Setter for the launch data.
|
Constructor and Description |
---|
SnapLensContent(java.lang.String lensId,
SnapLensLaunchData snapLensLaunchData)
Deprecated.
Lens Id should no longer be used to specify lenses.
Please use createSnapLensContent to construct SnapLensContent with Lens UUID.
|