addCustomDevOption

open fun addCustomDevOption(optionName: String, optionHandler: DevOptionHandler)

Add option item to dev settings dialog displayed by this manager. In the case user select given option from that dialog, the appropriate handler passed as {@param optionHandler} will be called.