getOverlaysById

fun getOverlaysById(ids: List<Int>, onCompleted: OnCompleted? = null): Pair<ArrayList<OverlayInfo>, Boolean>

Get list of SDK available overlays

Return

Pair . If pair.second == false some overlays information is not available and will be downloaded when network is available

Parameters

onCompleted

If not all overlays info is available onboard a notification will be sent when it will be downloaded.