unregister

open fun unregister(@NonNull identifier: String)

Unregister an action from Batch. Trying to unregister an action that has not be unregistered will silently fail. Note that trying to unregister an action that starts with "batch." will throw an exception.

Parameters

identifier

The action identifier. Identifiers are not case-sensitive.