onApply

abstract fun onApply(clear: Boolean, idsToAdd: Map<String, String>, idsToRemove: List<String>)(source)

Called when apply is called.

Parameters

clear

true to clear all identifiers, otherwise false.

idsToAdd

Identifiers to add.

idsToRemove

Identifiers to remove.