HumanReadable
data class HumanReadable(val title: String, val subtitle: String, val requireConfirmation: Boolean) : UnlockReason
Human-readable explanation for the operation.
Note: title and subtitle are presented to the user and thus must be localized.
Multipaz library itself never uses values of this type for back-end operations. However, when PromptModel is used for key unlock prompts, every other UnlockReason value is ultimately converted to a UnlockReason.HumanReadable. See PromptModel.toHumanReadable property (which can be used to customize unlock prompts).