Provider

fun interface Provider

A lazy provider of SplitPackage which also allows to form a transformation pipeline before actual creation will take place.

Functions

Link copied to clipboard

Returns a Provider giving out only APK splits which are the most compatible with the device by applying sortedByCompatibility operation and calling filterPreferred on the resulting SplitPackage.

Link copied to clipboard

Creates a SplitPackage with transformations applied via this provider.

Link copied to clipboard

Returns a Provider giving out APK splits sorted according to their compatibility with the device.