Method and Description |
---|
com.snapchat.kit.sdk.creative.media.SnapSticker.setHeight(float)
use the
SnapSticker.setHeightDp(float) method. |
com.snapchat.kit.sdk.creative.models.SnapLensContent.setLensId(String)
Lens Id should no longer be used to specify lenses. Please use Lens UUID.
|
com.snapchat.kit.sdk.creative.media.SnapSticker.setWidth(float)
use the
SnapSticker.setWidthDp(float) method. |
Constructor and Description |
---|
com.snapchat.kit.sdk.creative.models.SnapLensContent(String)
Lens Id should no longer be used to specify lenses. Please use Lens UUID.
|
com.snapchat.kit.sdk.creative.models.SnapLensContent(String, SnapLensLaunchData)
Lens Id should no longer be used to specify lenses.
Please use createSnapLensContent to construct SnapLensContent with Lens UUID.
|