public class ContentDiscoveryManifest
extends java.lang.Object
The content discovery manifest is the instruction set for how the Branch SDK will *optionally* and automatically discover content within your app. It parses the configuration from the server, which will tell the client whether it's eligible for content discovery. This manifest is then used to inform the ContentDiscover class's behavior. * Note that this behavior can be controlled from the dashboard.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONTENT_DISCOVER_KEY |
static java.lang.String |
MANIFEST_VERSION_KEY |
static java.lang.String |
PACKAGE_NAME_KEY |
Modifier and Type | Method and Description |
---|---|
static ContentDiscoveryManifest |
getInstance(android.content.Context context) |
java.lang.String |
getManifestVersion() |
void |
onBranchInitialised(org.json.JSONObject branchInitResp) |
public static final java.lang.String MANIFEST_VERSION_KEY
public static final java.lang.String PACKAGE_NAME_KEY
public static final java.lang.String CONTENT_DISCOVER_KEY
public static ContentDiscoveryManifest getInstance(android.content.Context context)
public void onBranchInitialised(org.json.JSONObject branchInitResp)
public java.lang.String getManifestVersion()