| Package | com.adobe.mediacore.metadata |
| Class | public class AdSignalingMode |
| Inheritance | AdSignalingMode Object |
| Constant | Defined By | ||
|---|---|---|---|
| DEFAULT : String = default [static]
The default behavior. | AdSignalingMode | ||
| MANIFEST_CUES : String = manifestCues [static]
This mode uses the cues in the manifest to identify ad opportunities. | AdSignalingMode | ||
| SERVER_MAP : String = serverMap [static]
This mode relies on a server ad map of the ad opportunities. | AdSignalingMode | ||
| DEFAULT | Constant |
public static const DEFAULT:String = defaultThe default behavior. PSDK will pick the ad signaling mode as follows:
| MANIFEST_CUES | Constant |
public static const MANIFEST_CUES:String = manifestCuesThis mode uses the cues in the manifest to identify ad opportunities.
| SERVER_MAP | Constant |
public static const SERVER_MAP:String = serverMapThis mode relies on a server ad map of the ad opportunities. The cues in the manifest are ignored if this mode is selected.