DynamicDelivery

public interface DynamicDelivery


DSL object to configure dynamic delivery of an asset pack.

Summary

Public methods

abstract @NonNull Property<@NonNull String>

Identifies the delivery type {install-time, fast-follow, on-demand} when the asset pack is used with a persistent app.

abstract @NonNull Property<@NonNull String>

Identifies the delivery type {on-demand} when the asset pack is used with an instant app.

Public methods

getDeliveryType

abstract @NonNull Property<@NonNull StringgetDeliveryType()

Identifies the delivery type {install-time, fast-follow, on-demand} when the asset pack is used with a persistent app.

getInstantDeliveryType

abstract @NonNull Property<@NonNull StringgetInstantDeliveryType()

Identifies the delivery type {on-demand} when the asset pack is used with an instant app.