Skip to content

Instantly share code, notes, and snippets.

View faridrama123's full-sized avatar

Farid Ramadhan faridrama123

View GitHub Profile
PRIVACY NOTICE
Last updated December 04, 2021
Thank you for choosing to be part of our community at galeri film ("Company," "we," "us," or "our"). We are committed to protecting your personal information and your right to privacy. If you have any questions or concerns about this privacy notice or our practices with regard to your personal information, please contact us at faridramadhan16@gmail.com.
This privacy notice describes how we might use your information if you:
Download and use our mobile application — Galeri Film
fun minMaxValidation(
isAlliancePatternCostStructure: Boolean,
worklist: AppFormWorklist,
potentialData: AppFormPotentialData,
chosenLoanPurposeId: Long?,
chosenMitraId: Long?
): String {
if (chosenLoanPurposeId == null) {
return Message.PotentialData.EMPTY_INTENDED_USED
}