Skip to content

Commit 2f6700d

Browse files
committed
feat(third-party-transfer): Documentation Done for @feature/third-party-transfer/**
1 parent 465302e commit 2f6700d

File tree

1 file changed

+8
-0
lines changed
  • feature/third-party-transfer/src/commonMain/kotlin/org/mifos/mobile/feature/third/party/transfer/thirdPartyTransfer

1 file changed

+8
-0
lines changed

feature/third-party-transfer/src/commonMain/kotlin/org/mifos/mobile/feature/third/party/transfer/thirdPartyTransfer/TptScreen.kt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,14 @@ internal fun TptDialog(
130130
}
131131
}
132132

133+
/**
134+
* Composable function for the main content of the Third Party Transfer screen.
135+
* It handles displaying the loading indicator, error messages, and the main form.
136+
*
137+
* @param state The current state of the Third Party Transfer screen.
138+
* @param onAction A function to handle actions from this composable.
139+
* @param modifier The modifier to apply to this composable.
140+
*/
133141
@Composable
134142
internal fun TprContent(
135143
state: TptState,

0 commit comments

Comments
 (0)