public class AppPreset extends Object
All fields are optional. Users can still edit these values on the page, and the final app information is whatever the user submits from that page.
The SDK appends these values to the QR code URL and performs URL encoding
automatically. Pass raw values such as {user}的应用; do not pre-encode them.
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AppPreset.Builder |
public static AppPreset.Builder newBuilder()
public List<String> getAvatar()
Supported image formats and rendering details are handled by the page/server: png, jpg, jpeg, webp, and gif. GIF images are sampled to a single frame and are not kept animated.
public String getName()
{user} placeholder, which is replaced with the
scanning user's name by the app creation page.public String getDesc()
{user} placeholder, which is replaced by
the app creation page.Copyright © 2026. All rights reserved.