diff --git a/404.html b/404.html index 2c0b4a9f..8378a8c9 100644 --- a/404.html +++ b/404.html @@ -4,7 +4,7 @@ MTN MOMO Android SDK Documentation - + diff --git a/Documentation/kdocs/index.html b/Documentation/kdocs/index.html index 798bb121..27a045dd 100644 --- a/Documentation/kdocs/index.html +++ b/Documentation/kdocs/index.html @@ -4,7 +4,7 @@ Code Documentation (Kdocs) | MTN MOMO Android SDK Documentation - + diff --git a/Documentation/usage/index.html b/Documentation/usage/index.html index ec746c3a..63790322 100644 --- a/Documentation/usage/index.html +++ b/Documentation/usage/index.html @@ -4,7 +4,7 @@ Library Usage | MTN MOMO Android SDK Documentation - + diff --git a/assets/js/2f2b2eae.3195955a.js b/assets/js/2f2b2eae.3195955a.js new file mode 100644 index 00000000..78bc833d --- /dev/null +++ b/assets/js/2f2b2eae.3195955a.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkmomosdk=self.webpackChunkmomosdk||[]).push([[906],{1295:(e,n,i)=>{i.r(n),i.d(n,{assets:()=>a,contentTitle:()=>o,default:()=>c,frontMatter:()=>t,metadata:()=>l,toc:()=>h});var s=i(4848),r=i(8453);const t={sidebar_position:2,sidebar_label:"SDK Publishing"},o="SDK Publishing",l={id:"engineering/getting-started/publishing-sdk",title:"SDK Publishing",description:"Publishing the MTN MOMO API SDK is a crucial step in making it available for developers to integrate into their applications. We utilize the Gradle Maven Publish Plugin to facilitate the publishing process. This plugin simplifies the configuration and management of publishing artifacts to Maven repositories, ensuring a smooth and efficient workflow.",source:"@site/versioned_docs/version-1.0/engineering/getting-started/publishing-sdk.md",sourceDirName:"engineering/getting-started",slug:"/engineering/getting-started/publishing-sdk",permalink:"/engineering/getting-started/publishing-sdk",draft:!1,unlisted:!1,editUrl:"https://github.com/re-kast/android-mtn-momo-api-sdk/tree/develop/versioned_docs/version-1.0/engineering/getting-started/publishing-sdk.md",tags:[],version:"1.0",sidebarPosition:2,frontMatter:{sidebar_position:2,sidebar_label:"SDK Publishing"},sidebar:"tutorialSidebar",previous:{title:"Developer Setup",permalink:"/engineering/getting-started/developer-setup"},next:{title:"Code Testing",permalink:"/engineering/getting-started/testing"}},a={},h=[{value:"Publishing to Remote Repositories",id:"publishing-to-remote-repositories",level:2},{value:"Steps for Publishing to Remote Repositories",id:"steps-for-publishing-to-remote-repositories",level:3},{value:"Publishing Command",id:"publishing-command",level:3},{value:"Publishing Locally",id:"publishing-locally",level:2},{value:"Additional Information",id:"additional-information",level:2},{value:"References",id:"references",level:2}];function d(e){const n={a:"a",admonition:"admonition",code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",li:"li",ol:"ol",p:"p",pre:"pre",strong:"strong",ul:"ul",...(0,r.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(n.header,{children:(0,s.jsx)(n.h1,{id:"sdk-publishing",children:"SDK Publishing"})}),"\n",(0,s.jsxs)(n.p,{children:["Publishing the MTN MOMO API SDK is a crucial step in making it available for developers to integrate into their applications. We utilize the ",(0,s.jsx)(n.a,{href:"https://vanniktech.github.io/gradle-maven-publish-plugin/",children:"Gradle Maven Publish Plugin"})," to facilitate the publishing process. This plugin simplifies the configuration and management of publishing artifacts to Maven repositories, ensuring a smooth and efficient workflow."]}),"\n",(0,s.jsx)(n.hr,{}),"\n",(0,s.jsx)(n.h2,{id:"publishing-to-remote-repositories",children:"Publishing to Remote Repositories"}),"\n",(0,s.jsx)(n.p,{children:"We currently publish the SDK to two primary repositories:"}),"\n",(0,s.jsxs)(n.ol,{children:["\n",(0,s.jsxs)(n.li,{children:["\n",(0,s.jsxs)(n.p,{children:[(0,s.jsx)(n.strong,{children:"Sonatype OSS Repository"}),":"]}),"\n",(0,s.jsxs)(n.ul,{children:["\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.strong,{children:"Snapshots Repository"}),": This repository is used for publishing development versions of the SDK, allowing developers to test new features before they are officially released.","\n",(0,s.jsxs)(n.ul,{children:["\n",(0,s.jsxs)(n.li,{children:["URL: ",(0,s.jsx)(n.a,{href:"https://s01.oss.sonatype.org/content/repositories/snapshots/io/rekast/momo-api-sdk/",children:"Snapshots"})]}),"\n"]}),"\n"]}),"\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.strong,{children:"Releases Repository"}),": This repository is used for stable, production-ready versions of the SDK, ensuring that developers have access to reliable and tested versions.","\n",(0,s.jsxs)(n.ul,{children:["\n",(0,s.jsxs)(n.li,{children:["URL: ",(0,s.jsx)(n.a,{href:"https://s01.oss.sonatype.org/content/repositories/releases/io/rekast/momo-api-sdk/",children:"Releases"})]}),"\n"]}),"\n"]}),"\n"]}),"\n"]}),"\n",(0,s.jsxs)(n.li,{children:["\n",(0,s.jsxs)(n.p,{children:[(0,s.jsx)(n.strong,{children:"Maven Central"}),":"]}),"\n",(0,s.jsxs)(n.ul,{children:["\n",(0,s.jsxs)(n.li,{children:["This repository is the primary public repository for Java libraries. It is widely used and trusted by developers. Note that it does not accept ",(0,s.jsx)(n.code,{children:"SNAPSHOT"})," versions, so ensure that you are publishing stable releases.","\n",(0,s.jsxs)(n.ul,{children:["\n",(0,s.jsxs)(n.li,{children:["URL: ",(0,s.jsx)(n.a,{href:"https://repo1.maven.org/maven2/io/rekast/momo-api-sdk/",children:"Maven Central"})]}),"\n"]}),"\n"]}),"\n"]}),"\n"]}),"\n"]}),"\n",(0,s.jsx)(n.h3,{id:"steps-for-publishing-to-remote-repositories",children:"Steps for Publishing to Remote Repositories"}),"\n",(0,s.jsx)(n.p,{children:"When publishing to remote repositories, remember to follow these steps:"}),"\n",(0,s.jsxs)(n.ol,{children:["\n",(0,s.jsxs)(n.li,{children:["\n",(0,s.jsxs)(n.p,{children:[(0,s.jsx)(n.strong,{children:"Update the SDK Version"}),":"]}),"\n",(0,s.jsxs)(n.ul,{children:["\n",(0,s.jsxs)(n.li,{children:["Update the ",(0,s.jsx)(n.a,{href:"https://github.com/re-kast/android-mtn-momo-api-sdk/blob/9d70fb3cf954b8626f0facb67d5e00d0652a9305/android/momo-api-sdk/gradle.properties#L4",children:"version"})," of the SDK in the ",(0,s.jsx)(n.code,{children:"gradle.properties"})," file. This ensures that the correct version is published."]}),"\n"]}),"\n",(0,s.jsx)(n.admonition,{type:"info",children:(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-properties",children:"VERSION_NAME=0.0.2-SNAPSHOT\n"})})}),"\n"]}),"\n",(0,s.jsxs)(n.li,{children:["\n",(0,s.jsxs)(n.p,{children:[(0,s.jsx)(n.strong,{children:"Select the Publishing Server"}),":"]}),"\n",(0,s.jsxs)(n.ul,{children:["\n",(0,s.jsxs)(n.li,{children:["Choose the server to publish to by uncommenting either of the following ",(0,s.jsx)(n.a,{href:"https://github.com/re-kast/android-mtn-momo-api-sdk/blob/de966147f9a240b2bdf0611663a6fd5b05cf21ae/android/momo-api-sdk/gradle.properties#L24-L25",children:"lines"}),":"]}),"\n"]}),"\n",(0,s.jsx)(n.admonition,{type:"info",children:(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-properties",children:"#SONATYPE_HOST=S01\n#SONATYPE_HOST=CENTRAL_PORTAL\n"})})}),"\n"]}),"\n",(0,s.jsxs)(n.li,{children:["\n",(0,s.jsxs)(n.p,{children:["Update your global ",(0,s.jsx)(n.code,{children:"gradle.properties"})," found on ",(0,s.jsx)(n.code,{children:"~/.gradle/gradle.properties"})," with the correct authentication credentials."]}),"\n",(0,s.jsx)(n.admonition,{type:"warning",children:(0,s.jsxs)(n.p,{children:[(0,s.jsx)(n.strong,{children:"Important Reminder"}),": Both Sonatype OSS and Maven Central require tokens for authentication, so log in to the portals and generate the necessary tokens."]})}),"\n"]}),"\n"]}),"\n",(0,s.jsx)(n.h3,{id:"publishing-command",children:"Publishing Command"}),"\n",(0,s.jsx)(n.p,{children:"To publish and release the SDK to Maven Central, run the following command in your terminal:"}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-bash",children:"./gradlew publishAndReleaseToMavenCentral --no-configuration-cache --stacktrace\n"})}),"\n",(0,s.jsxs)(n.ul,{children:["\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.strong,{children:(0,s.jsx)(n.code,{children:"--no-configuration-cache"})}),": This flag disables the configuration cache, which can help avoid issues during the publishing process, especially if there are changes in the build configuration."]}),"\n",(0,s.jsxs)(n.li,{children:[(0,s.jsx)(n.strong,{children:(0,s.jsx)(n.code,{children:"--stacktrace"})}),": This flag provides a detailed stack trace in case of errors, which can be useful for debugging and identifying issues during the publishing process."]}),"\n"]}),"\n",(0,s.jsx)(n.h2,{id:"publishing-locally",children:"Publishing Locally"}),"\n",(0,s.jsx)(n.p,{children:"For testing changes locally before publishing to remote repositories, you can publish the SDK artifact to your local Maven repository. This is particularly useful for verifying changes without affecting the remote repositories."}),"\n",(0,s.jsx)(n.p,{children:"To publish an artifact locally, run the following command:"}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-bash",children:"./gradlew publishToMavenLocal --no-configuration-cache\n"})}),"\n",(0,s.jsxs)(n.p,{children:["This command will place the published artifact in your local Maven repository, typically located at ",(0,s.jsx)(n.code,{children:"~/.m2/repository/"}),", allowing you to test the SDK in your local projects."]}),"\n",(0,s.jsx)(n.h2,{id:"additional-information",children:"Additional Information"}),"\n",(0,s.jsxs)(n.ul,{children:["\n",(0,s.jsxs)(n.li,{children:["\n",(0,s.jsxs)(n.p,{children:[(0,s.jsx)(n.strong,{children:"Versioning"}),": Ensure that you follow ",(0,s.jsx)(n.a,{href:"https://semver.org/",children:"semantic versioning"})," practices when publishing releases. This helps users understand the nature of changes in each version (e.g., major, minor, patch). For example, increment the major version for breaking changes, the minor version for new features, and the patch version for bug fixes."]}),"\n"]}),"\n",(0,s.jsxs)(n.li,{children:["\n",(0,s.jsxs)(n.p,{children:[(0,s.jsx)(n.strong,{children:"Documentation"}),": It is essential to maintain up-to-date documentation for your SDK. Consider using tools like ",(0,s.jsx)(n.a,{href:"https://kotlinlang.org/docs/dokka/overview.html",children:"Dokka"})," to generate documentation from your Kotlin code. Well-documented SDKs improve usability and help developers integrate your library more effectively."]}),"\n"]}),"\n",(0,s.jsxs)(n.li,{children:["\n",(0,s.jsxs)(n.p,{children:[(0,s.jsx)(n.strong,{children:"Changelog"}),": Maintain a changelog to document changes between versions. This can be a simple markdown file that outlines new features, bug fixes, and any breaking changes. This practice enhances transparency and helps users understand what to expect in each release."]}),"\n"]}),"\n"]}),"\n",(0,s.jsx)(n.h2,{id:"references",children:"References"}),"\n",(0,s.jsxs)(n.ul,{children:["\n",(0,s.jsx)(n.li,{children:(0,s.jsx)(n.a,{href:"https://vanniktech.github.io/gradle-maven-publish-plugin/",children:"Gradle Maven Publish Plugin Documentation"})}),"\n",(0,s.jsx)(n.li,{children:(0,s.jsx)(n.a,{href:"https://central.sonatype.com/",children:"Sonatype OSS Repository Hosting"})}),"\n",(0,s.jsx)(n.li,{children:(0,s.jsx)(n.a,{href:"https://repo1.maven.org/maven2/",children:"Maven Central Repository"})}),"\n",(0,s.jsx)(n.li,{children:(0,s.jsx)(n.a,{href:"https://semver.org/",children:"Semantic Versioning"})}),"\n",(0,s.jsx)(n.li,{children:(0,s.jsx)(n.a,{href:"https://kotlinlang.org/docs/dokka/overview.html",children:"Dokka Documentation"})}),"\n",(0,s.jsx)(n.li,{children:(0,s.jsx)(n.a,{href:"https://keepachangelog.com/en/1.0.0/",children:"Creating a Changelog"})}),"\n",(0,s.jsx)(n.li,{children:(0,s.jsx)(n.a,{href:"https://www.baeldung.com/publishing-java-libraries",children:"Best Practices for Publishing Java Libraries"})}),"\n"]}),"\n",(0,s.jsx)(n.p,{children:"By following these guidelines, you can effectively publish the MTN MOMO API SDK, ensuring that it is accessible and usable for developers looking to integrate mobile money services into their applications."})]})}function c(e={}){const{wrapper:n}={...(0,r.R)(),...e.components};return n?(0,s.jsx)(n,{...e,children:(0,s.jsx)(d,{...e})}):d(e)}},8453:(e,n,i)=>{i.d(n,{R:()=>o,x:()=>l});var s=i(6540);const r={},t=s.createContext(r);function o(e){const n=s.useContext(t);return s.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function l(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(r):e.components||r:o(e.components),s.createElement(t.Provider,{value:n},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/2f2b2eae.dd747fce.js b/assets/js/2f2b2eae.dd747fce.js deleted file mode 100644 index 6e3b97d3..00000000 --- a/assets/js/2f2b2eae.dd747fce.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkmomosdk=self.webpackChunkmomosdk||[]).push([[906],{1295:(e,i,n)=>{n.r(i),n.d(i,{assets:()=>a,contentTitle:()=>o,default:()=>c,frontMatter:()=>t,metadata:()=>l,toc:()=>h});var s=n(4848),r=n(8453);const t={sidebar_position:2,sidebar_label:"SDK Publishing"},o="SDK Publishing",l={id:"engineering/getting-started/publishing-sdk",title:"SDK Publishing",description:"Publishing the MTN MOMO API SDK is a crucial step in making it available for developers to integrate into their applications. We utilize the Gradle Maven Publish Plugin to facilitate the publishing process. This plugin simplifies the configuration and management of publishing artifacts to Maven repositories, ensuring a smooth and efficient workflow.",source:"@site/versioned_docs/version-1.0/engineering/getting-started/publishing-sdk.md",sourceDirName:"engineering/getting-started",slug:"/engineering/getting-started/publishing-sdk",permalink:"/engineering/getting-started/publishing-sdk",draft:!1,unlisted:!1,editUrl:"https://github.com/re-kast/android-mtn-momo-api-sdk/tree/develop/versioned_docs/version-1.0/engineering/getting-started/publishing-sdk.md",tags:[],version:"1.0",sidebarPosition:2,frontMatter:{sidebar_position:2,sidebar_label:"SDK Publishing"},sidebar:"tutorialSidebar",previous:{title:"Developer Setup",permalink:"/engineering/getting-started/developer-setup"},next:{title:"Code Testing",permalink:"/engineering/getting-started/testing"}},a={},h=[{value:"Publishing to Remote Repositories",id:"publishing-to-remote-repositories",level:2},{value:"Steps for Publishing to Remote Repositories",id:"steps-for-publishing-to-remote-repositories",level:3},{value:"Publishing Command",id:"publishing-command",level:3},{value:"Publishing Locally",id:"publishing-locally",level:2},{value:"Additional Information",id:"additional-information",level:2},{value:"References",id:"references",level:2}];function d(e){const i={a:"a",admonition:"admonition",code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",li:"li",ol:"ol",p:"p",pre:"pre",strong:"strong",ul:"ul",...(0,r.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(i.header,{children:(0,s.jsx)(i.h1,{id:"sdk-publishing",children:"SDK Publishing"})}),"\n",(0,s.jsxs)(i.p,{children:["Publishing the MTN MOMO API SDK is a crucial step in making it available for developers to integrate into their applications. We utilize the ",(0,s.jsx)(i.a,{href:"https://vanniktech.github.io/gradle-maven-publish-plugin/",children:"Gradle Maven Publish Plugin"})," to facilitate the publishing process. This plugin simplifies the configuration and management of publishing artifacts to Maven repositories, ensuring a smooth and efficient workflow."]}),"\n",(0,s.jsx)(i.hr,{}),"\n",(0,s.jsx)(i.h2,{id:"publishing-to-remote-repositories",children:"Publishing to Remote Repositories"}),"\n",(0,s.jsx)(i.p,{children:"We currently publish the SDK to two primary repositories:"}),"\n",(0,s.jsxs)(i.ol,{children:["\n",(0,s.jsxs)(i.li,{children:["\n",(0,s.jsxs)(i.p,{children:[(0,s.jsx)(i.strong,{children:"Sonatype OSS Repository"}),":"]}),"\n",(0,s.jsxs)(i.ul,{children:["\n",(0,s.jsxs)(i.li,{children:[(0,s.jsx)(i.strong,{children:"Snapshots Repository"}),": This repository is used for publishing development versions of the SDK, allowing developers to test new features before they are officially released.","\n",(0,s.jsxs)(i.ul,{children:["\n",(0,s.jsxs)(i.li,{children:["URL: ",(0,s.jsx)(i.a,{href:"https://s01.oss.sonatype.org/content/repositories/snapshots/io/rekast/momo-api-sdk/",children:"Snapshots"})]}),"\n"]}),"\n"]}),"\n",(0,s.jsxs)(i.li,{children:[(0,s.jsx)(i.strong,{children:"Releases Repository"}),": This repository is used for stable, production-ready versions of the SDK, ensuring that developers have access to reliable and tested versions.","\n",(0,s.jsxs)(i.ul,{children:["\n",(0,s.jsxs)(i.li,{children:["URL: ",(0,s.jsx)(i.a,{href:"https://s01.oss.sonatype.org/content/repositories/releases/io/rekast/momo-api-sdk/",children:"Releases"})]}),"\n"]}),"\n"]}),"\n"]}),"\n"]}),"\n",(0,s.jsxs)(i.li,{children:["\n",(0,s.jsxs)(i.p,{children:[(0,s.jsx)(i.strong,{children:"Maven Central"}),":"]}),"\n",(0,s.jsxs)(i.ul,{children:["\n",(0,s.jsxs)(i.li,{children:["This repository is the primary public repository for Java libraries. It is widely used and trusted by developers. Note that it does not accept ",(0,s.jsx)(i.code,{children:"SNAPSHOT"})," versions, so ensure that you are publishing stable releases.","\n",(0,s.jsxs)(i.ul,{children:["\n",(0,s.jsxs)(i.li,{children:["URL: ",(0,s.jsx)(i.a,{href:"https://repo1.maven.org/maven2/io/rekast/momo-api-sdk/",children:"Maven Central"})]}),"\n"]}),"\n"]}),"\n"]}),"\n"]}),"\n"]}),"\n",(0,s.jsx)(i.h3,{id:"steps-for-publishing-to-remote-repositories",children:"Steps for Publishing to Remote Repositories"}),"\n",(0,s.jsx)(i.p,{children:"When publishing to remote repositories, remember to follow these steps:"}),"\n",(0,s.jsxs)(i.ol,{children:["\n",(0,s.jsxs)(i.li,{children:["\n",(0,s.jsxs)(i.p,{children:[(0,s.jsx)(i.strong,{children:"Update the SDK Version"}),":"]}),"\n",(0,s.jsxs)(i.ul,{children:["\n",(0,s.jsxs)(i.li,{children:["Update the ",(0,s.jsx)(i.a,{href:"https://github.com/re-kast/android-mtn-momo-api-sdk/blob/9d70fb3cf954b8626f0facb67d5e00d0652a9305/android/momo-api-sdk/gradle.properties#L4",children:"version"})," of the SDK in the ",(0,s.jsx)(i.code,{children:"gradle.properties"})," file. This ensures that the correct version is published."]}),"\n"]}),"\n",(0,s.jsx)(i.admonition,{type:"info",children:(0,s.jsx)(i.pre,{children:(0,s.jsx)(i.code,{className:"language-properties",children:"VERSION_NAME=0.0.2-SNAPSHOT\n"})})}),"\n"]}),"\n",(0,s.jsxs)(i.li,{children:["\n",(0,s.jsxs)(i.p,{children:[(0,s.jsx)(i.strong,{children:"Select the Publishing Server"}),":"]}),"\n",(0,s.jsxs)(i.ul,{children:["\n",(0,s.jsxs)(i.li,{children:["Choose the server to publish to by uncommenting either of the following ",(0,s.jsx)(i.a,{href:"https://github.com/re-kast/android-mtn-momo-api-sdk/blob/de966147f9a240b2bdf0611663a6fd5b05cf21ae/android/momo-api-sdk/gradle.properties#L24-L25",children:"lines"}),":"]}),"\n"]}),"\n",(0,s.jsx)(i.admonition,{type:"info",children:(0,s.jsx)(i.pre,{children:(0,s.jsx)(i.code,{className:"language-properties",children:"#SONATYPE_HOST=S01\n#SONATYPE_HOST=CENTRAL_PORTAL\n"})})}),"\n"]}),"\n"]}),"\n",(0,s.jsx)(i.h3,{id:"publishing-command",children:"Publishing Command"}),"\n",(0,s.jsx)(i.p,{children:"To publish and release the SDK to Maven Central, run the following command in your terminal:"}),"\n",(0,s.jsx)(i.pre,{children:(0,s.jsx)(i.code,{className:"language-bash",children:"./gradlew publishAndReleaseToMavenCentral --no-configuration-cache --stacktrace\n"})}),"\n",(0,s.jsxs)(i.ul,{children:["\n",(0,s.jsxs)(i.li,{children:[(0,s.jsx)(i.strong,{children:(0,s.jsx)(i.code,{children:"--no-configuration-cache"})}),": This flag disables the configuration cache, which can help avoid issues during the publishing process, especially if there are changes in the build configuration."]}),"\n",(0,s.jsxs)(i.li,{children:[(0,s.jsx)(i.strong,{children:(0,s.jsx)(i.code,{children:"--stacktrace"})}),": This flag provides a detailed stack trace in case of errors, which can be useful for debugging and identifying issues during the publishing process."]}),"\n"]}),"\n",(0,s.jsx)(i.h2,{id:"publishing-locally",children:"Publishing Locally"}),"\n",(0,s.jsx)(i.p,{children:"For testing changes locally before publishing to remote repositories, you can publish the SDK artifact to your local Maven repository. This is particularly useful for verifying changes without affecting the remote repositories."}),"\n",(0,s.jsx)(i.p,{children:"To publish an artifact locally, run the following command:"}),"\n",(0,s.jsx)(i.pre,{children:(0,s.jsx)(i.code,{className:"language-bash",children:"./gradlew publishToMavenLocal --no-configuration-cache\n"})}),"\n",(0,s.jsxs)(i.p,{children:["This command will place the published artifact in your local Maven repository, typically located at ",(0,s.jsx)(i.code,{children:"~/.m2/repository/"}),", allowing you to test the SDK in your local projects."]}),"\n",(0,s.jsx)(i.h2,{id:"additional-information",children:"Additional Information"}),"\n",(0,s.jsxs)(i.ul,{children:["\n",(0,s.jsxs)(i.li,{children:["\n",(0,s.jsxs)(i.p,{children:[(0,s.jsx)(i.strong,{children:"Versioning"}),": Ensure that you follow ",(0,s.jsx)(i.a,{href:"https://semver.org/",children:"semantic versioning"})," practices when publishing releases. This helps users understand the nature of changes in each version (e.g., major, minor, patch). For example, increment the major version for breaking changes, the minor version for new features, and the patch version for bug fixes."]}),"\n"]}),"\n",(0,s.jsxs)(i.li,{children:["\n",(0,s.jsxs)(i.p,{children:[(0,s.jsx)(i.strong,{children:"Documentation"}),": It is essential to maintain up-to-date documentation for your SDK. Consider using tools like ",(0,s.jsx)(i.a,{href:"https://kotlinlang.org/docs/dokka/overview.html",children:"Dokka"})," to generate documentation from your Kotlin code. Well-documented SDKs improve usability and help developers integrate your library more effectively."]}),"\n"]}),"\n",(0,s.jsxs)(i.li,{children:["\n",(0,s.jsxs)(i.p,{children:[(0,s.jsx)(i.strong,{children:"Changelog"}),": Maintain a changelog to document changes between versions. This can be a simple markdown file that outlines new features, bug fixes, and any breaking changes. This practice enhances transparency and helps users understand what to expect in each release."]}),"\n"]}),"\n"]}),"\n",(0,s.jsx)(i.h2,{id:"references",children:"References"}),"\n",(0,s.jsxs)(i.ul,{children:["\n",(0,s.jsx)(i.li,{children:(0,s.jsx)(i.a,{href:"https://vanniktech.github.io/gradle-maven-publish-plugin/",children:"Gradle Maven Publish Plugin Documentation"})}),"\n",(0,s.jsx)(i.li,{children:(0,s.jsx)(i.a,{href:"https://central.sonatype.com/",children:"Sonatype OSS Repository Hosting"})}),"\n",(0,s.jsx)(i.li,{children:(0,s.jsx)(i.a,{href:"https://repo1.maven.org/maven2/",children:"Maven Central Repository"})}),"\n",(0,s.jsx)(i.li,{children:(0,s.jsx)(i.a,{href:"https://semver.org/",children:"Semantic Versioning"})}),"\n",(0,s.jsx)(i.li,{children:(0,s.jsx)(i.a,{href:"https://kotlinlang.org/docs/dokka/overview.html",children:"Dokka Documentation"})}),"\n",(0,s.jsx)(i.li,{children:(0,s.jsx)(i.a,{href:"https://keepachangelog.com/en/1.0.0/",children:"Creating a Changelog"})}),"\n"]}),"\n",(0,s.jsx)(i.p,{children:"By following these guidelines, you can effectively publish the MTN MOMO API SDK, ensuring that it is accessible and usable for developers looking to integrate mobile money services into their applications."})]})}function c(e={}){const{wrapper:i}={...(0,r.R)(),...e.components};return i?(0,s.jsx)(i,{...e,children:(0,s.jsx)(d,{...e})}):d(e)}},8453:(e,i,n)=>{n.d(i,{R:()=>o,x:()=>l});var s=n(6540);const r={},t=s.createContext(r);function o(e){const i=s.useContext(t);return s.useMemo((function(){return"function"==typeof e?e(i):{...i,...e}}),[i,e])}function l(e){let i;return i=e.disableParentContext?"function"==typeof e.components?e.components(r):e.components||r:o(e.components),s.createElement(t.Provider,{value:i},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/runtime~main.1368d93e.js b/assets/js/runtime~main.85b82301.js similarity index 98% rename from assets/js/runtime~main.1368d93e.js rename to assets/js/runtime~main.85b82301.js index 8cd6ef4d..391bfa09 100644 --- a/assets/js/runtime~main.1368d93e.js +++ b/assets/js/runtime~main.85b82301.js @@ -1 +1 @@ -(()=>{"use strict";var e,t,r,a,o,n={},d={};function f(e){var t=d[e];if(void 0!==t)return t.exports;var r=d[e]={exports:{}};return n[e].call(r.exports,r,r.exports,f),r.exports}f.m=n,e=[],f.O=(t,r,a,o)=>{if(!r){var n=1/0;for(b=0;b=o)&&Object.keys(f.O).every((e=>f.O[e](r[i])))?r.splice(i--,1):(d=!1,o0&&e[b-1][2]>o;b--)e[b]=e[b-1];e[b]=[r,a,o]},f.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return f.d(t,{a:t}),t},r=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,f.t=function(e,a){if(1&a&&(e=this(e)),8&a)return e;if("object"==typeof e&&e){if(4&a&&e.__esModule)return e;if(16&a&&"function"==typeof e.then)return e}var o=Object.create(null);f.r(o);var n={};t=t||[null,r({}),r([]),r(r)];for(var d=2&a&&e;"object"==typeof d&&!~t.indexOf(d);d=r(d))Object.getOwnPropertyNames(d).forEach((t=>n[t]=()=>e[t]));return n.default=()=>e,f.d(o,n),o},f.d=(e,t)=>{for(var r in t)f.o(t,r)&&!f.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},f.f={},f.e=e=>Promise.all(Object.keys(f.f).reduce(((t,r)=>(f.f[r](e,t),t)),[])),f.u=e=>"assets/js/"+({48:"a94703ab",98:"a7bd4aaa",138:"1a4e3797",144:"be71ed94",154:"6b1881a4",158:"7fbbdf35",171:"b685e31b",234:"5a229dd4",263:"e411d66a",277:"02387f82",361:"c377a04b",370:"495ab8ff",401:"17896441",555:"48674b29",566:"116893c0",567:"22dd74f7",647:"5e95c892",742:"aba21aa0",814:"223c9e05",898:"e0ec838e",906:"2f2b2eae",957:"c141421f",969:"14eb3368"}[e]||e)+"."+{48:"52675d85",98:"6547346e",138:"c8d55b0b",144:"ad325c7d",154:"ba20b2ac",158:"1e66a258",171:"8d5d9c1c",234:"f33b2acb",237:"cb11e74e",263:"69c0eafa",277:"4a0519ef",361:"c44dfb29",370:"2e26b961",401:"8d688fa2",416:"793cc727",555:"9bcc76b1",566:"8b6dbf9d",567:"b28be9de",647:"9265bde4",742:"edf3df22",777:"ae7456cc",814:"7a980cfd",898:"929fc7af",906:"dd747fce",913:"de2741b6",957:"af9c684f",969:"2cb5df9e"}[e]+".js",f.miniCssF=e=>{},f.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),f.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),a={},o="momosdk:",f.l=(e,t,r,n)=>{if(a[e])a[e].push(t);else{var d,i;if(void 0!==r)for(var c=document.getElementsByTagName("script"),b=0;b{d.onerror=d.onload=null,clearTimeout(s);var o=a[e];if(delete a[e],d.parentNode&&d.parentNode.removeChild(d),o&&o.forEach((e=>e(r))),t)return t(r)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:d}),12e4);d.onerror=l.bind(null,d.onerror),d.onload=l.bind(null,d.onload),i&&document.head.appendChild(d)}},f.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},f.p="/",f.gca=function(e){return e={17896441:"401",a94703ab:"48",a7bd4aaa:"98","1a4e3797":"138",be71ed94:"144","6b1881a4":"154","7fbbdf35":"158",b685e31b:"171","5a229dd4":"234",e411d66a:"263","02387f82":"277",c377a04b:"361","495ab8ff":"370","48674b29":"555","116893c0":"566","22dd74f7":"567","5e95c892":"647",aba21aa0:"742","223c9e05":"814",e0ec838e:"898","2f2b2eae":"906",c141421f:"957","14eb3368":"969"}[e]||e,f.p+f.u(e)},(()=>{var e={354:0,869:0};f.f.j=(t,r)=>{var a=f.o(e,t)?e[t]:void 0;if(0!==a)if(a)r.push(a[2]);else if(/^(354|869)$/.test(t))e[t]=0;else{var o=new Promise(((r,o)=>a=e[t]=[r,o]));r.push(a[2]=o);var n=f.p+f.u(t),d=new Error;f.l(n,(r=>{if(f.o(e,t)&&(0!==(a=e[t])&&(e[t]=void 0),a)){var o=r&&("load"===r.type?"missing":r.type),n=r&&r.target&&r.target.src;d.message="Loading chunk "+t+" failed.\n("+o+": "+n+")",d.name="ChunkLoadError",d.type=o,d.request=n,a[1](d)}}),"chunk-"+t,t)}},f.O.j=t=>0===e[t];var t=(t,r)=>{var a,o,n=r[0],d=r[1],i=r[2],c=0;if(n.some((t=>0!==e[t]))){for(a in d)f.o(d,a)&&(f.m[a]=d[a]);if(i)var b=i(f)}for(t&&t(r);c{"use strict";var e,t,r,a,o,n={},d={};function f(e){var t=d[e];if(void 0!==t)return t.exports;var r=d[e]={exports:{}};return n[e].call(r.exports,r,r.exports,f),r.exports}f.m=n,e=[],f.O=(t,r,a,o)=>{if(!r){var n=1/0;for(b=0;b=o)&&Object.keys(f.O).every((e=>f.O[e](r[i])))?r.splice(i--,1):(d=!1,o0&&e[b-1][2]>o;b--)e[b]=e[b-1];e[b]=[r,a,o]},f.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return f.d(t,{a:t}),t},r=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,f.t=function(e,a){if(1&a&&(e=this(e)),8&a)return e;if("object"==typeof e&&e){if(4&a&&e.__esModule)return e;if(16&a&&"function"==typeof e.then)return e}var o=Object.create(null);f.r(o);var n={};t=t||[null,r({}),r([]),r(r)];for(var d=2&a&&e;"object"==typeof d&&!~t.indexOf(d);d=r(d))Object.getOwnPropertyNames(d).forEach((t=>n[t]=()=>e[t]));return n.default=()=>e,f.d(o,n),o},f.d=(e,t)=>{for(var r in t)f.o(t,r)&&!f.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},f.f={},f.e=e=>Promise.all(Object.keys(f.f).reduce(((t,r)=>(f.f[r](e,t),t)),[])),f.u=e=>"assets/js/"+({48:"a94703ab",98:"a7bd4aaa",138:"1a4e3797",144:"be71ed94",154:"6b1881a4",158:"7fbbdf35",171:"b685e31b",234:"5a229dd4",263:"e411d66a",277:"02387f82",361:"c377a04b",370:"495ab8ff",401:"17896441",555:"48674b29",566:"116893c0",567:"22dd74f7",647:"5e95c892",742:"aba21aa0",814:"223c9e05",898:"e0ec838e",906:"2f2b2eae",957:"c141421f",969:"14eb3368"}[e]||e)+"."+{48:"52675d85",98:"6547346e",138:"c8d55b0b",144:"ad325c7d",154:"ba20b2ac",158:"1e66a258",171:"8d5d9c1c",234:"f33b2acb",237:"cb11e74e",263:"69c0eafa",277:"4a0519ef",361:"c44dfb29",370:"2e26b961",401:"8d688fa2",416:"793cc727",555:"9bcc76b1",566:"8b6dbf9d",567:"b28be9de",647:"9265bde4",742:"edf3df22",777:"ae7456cc",814:"7a980cfd",898:"929fc7af",906:"3195955a",913:"de2741b6",957:"af9c684f",969:"2cb5df9e"}[e]+".js",f.miniCssF=e=>{},f.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),f.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),a={},o="momosdk:",f.l=(e,t,r,n)=>{if(a[e])a[e].push(t);else{var d,i;if(void 0!==r)for(var c=document.getElementsByTagName("script"),b=0;b{d.onerror=d.onload=null,clearTimeout(s);var o=a[e];if(delete a[e],d.parentNode&&d.parentNode.removeChild(d),o&&o.forEach((e=>e(r))),t)return t(r)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:d}),12e4);d.onerror=l.bind(null,d.onerror),d.onload=l.bind(null,d.onload),i&&document.head.appendChild(d)}},f.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},f.p="/",f.gca=function(e){return e={17896441:"401",a94703ab:"48",a7bd4aaa:"98","1a4e3797":"138",be71ed94:"144","6b1881a4":"154","7fbbdf35":"158",b685e31b:"171","5a229dd4":"234",e411d66a:"263","02387f82":"277",c377a04b:"361","495ab8ff":"370","48674b29":"555","116893c0":"566","22dd74f7":"567","5e95c892":"647",aba21aa0:"742","223c9e05":"814",e0ec838e:"898","2f2b2eae":"906",c141421f:"957","14eb3368":"969"}[e]||e,f.p+f.u(e)},(()=>{var e={354:0,869:0};f.f.j=(t,r)=>{var a=f.o(e,t)?e[t]:void 0;if(0!==a)if(a)r.push(a[2]);else if(/^(354|869)$/.test(t))e[t]=0;else{var o=new Promise(((r,o)=>a=e[t]=[r,o]));r.push(a[2]=o);var n=f.p+f.u(t),d=new Error;f.l(n,(r=>{if(f.o(e,t)&&(0!==(a=e[t])&&(e[t]=void 0),a)){var o=r&&("load"===r.type?"missing":r.type),n=r&&r.target&&r.target.src;d.message="Loading chunk "+t+" failed.\n("+o+": "+n+")",d.name="ChunkLoadError",d.type=o,d.request=n,a[1](d)}}),"chunk-"+t,t)}},f.O.j=t=>0===e[t];var t=(t,r)=>{var a,o,n=r[0],d=r[1],i=r[2],c=0;if(n.some((t=>0!==e[t]))){for(a in d)f.o(d,a)&&(f.m[a]=d[a]);if(i)var b=i(f)}for(t&&t(r);c Contributions | MTN MOMO Android SDK Documentation - + diff --git a/category/documentation/index.html b/category/documentation/index.html index 37f6b355..59545b20 100644 --- a/category/documentation/index.html +++ b/category/documentation/index.html @@ -4,7 +4,7 @@ Documentation | MTN MOMO Android SDK Documentation - + diff --git a/category/engineering/index.html b/category/engineering/index.html index c33828a7..4502c1e9 100644 --- a/category/engineering/index.html +++ b/category/engineering/index.html @@ -4,7 +4,7 @@ Engineering | MTN MOMO Android SDK Documentation - + diff --git a/category/getting-started/index.html b/category/getting-started/index.html index 6f40adbc..2d94fac4 100644 --- a/category/getting-started/index.html +++ b/category/getting-started/index.html @@ -4,7 +4,7 @@ Getting Started | MTN MOMO Android SDK Documentation - + diff --git a/dokka/images/anchor-copy-button.svg b/dokka/images/anchor-copy-button.svg deleted file mode 100644 index 19c1fa3f..00000000 --- a/dokka/images/anchor-copy-button.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/dokka/images/arrow_down.svg b/dokka/images/arrow_down.svg deleted file mode 100644 index 639aaf12..00000000 --- a/dokka/images/arrow_down.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/dokka/images/burger.svg b/dokka/images/burger.svg deleted file mode 100644 index fcca732b..00000000 --- a/dokka/images/burger.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/dokka/images/copy-icon.svg b/dokka/images/copy-icon.svg deleted file mode 100644 index 2cb02ec6..00000000 --- a/dokka/images/copy-icon.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/dokka/images/copy-successful-icon.svg b/dokka/images/copy-successful-icon.svg deleted file mode 100644 index c4b95383..00000000 --- a/dokka/images/copy-successful-icon.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/dokka/images/footer-go-to-link.svg b/dokka/images/footer-go-to-link.svg deleted file mode 100644 index a87add7a..00000000 --- a/dokka/images/footer-go-to-link.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/dokka/images/go-to-top-icon.svg b/dokka/images/go-to-top-icon.svg deleted file mode 100644 index abc3d1ce..00000000 --- a/dokka/images/go-to-top-icon.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/dokka/images/homepage.svg b/dokka/images/homepage.svg deleted file mode 100644 index e3c83b1c..00000000 --- a/dokka/images/homepage.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/dokka/images/logo-icon.svg b/dokka/images/logo-icon.svg deleted file mode 100644 index 9b67c4e3..00000000 --- a/dokka/images/logo-icon.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/dokka/images/nav-icons/abstract-class-kotlin.svg b/dokka/images/nav-icons/abstract-class-kotlin.svg deleted file mode 100644 index 19d6148c..00000000 --- a/dokka/images/nav-icons/abstract-class-kotlin.svg +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dokka/images/nav-icons/abstract-class.svg b/dokka/images/nav-icons/abstract-class.svg deleted file mode 100644 index 60182030..00000000 --- a/dokka/images/nav-icons/abstract-class.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/dokka/images/nav-icons/annotation-kotlin.svg b/dokka/images/nav-icons/annotation-kotlin.svg deleted file mode 100644 index b90f508c..00000000 --- a/dokka/images/nav-icons/annotation-kotlin.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - diff --git a/dokka/images/nav-icons/annotation.svg b/dokka/images/nav-icons/annotation.svg deleted file mode 100644 index b80c54b4..00000000 --- a/dokka/images/nav-icons/annotation.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/dokka/images/nav-icons/class-kotlin.svg b/dokka/images/nav-icons/class-kotlin.svg deleted file mode 100644 index 797a2423..00000000 --- a/dokka/images/nav-icons/class-kotlin.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - diff --git a/dokka/images/nav-icons/class.svg b/dokka/images/nav-icons/class.svg deleted file mode 100644 index 3f1ad167..00000000 --- a/dokka/images/nav-icons/class.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/dokka/images/nav-icons/enum-kotlin.svg b/dokka/images/nav-icons/enum-kotlin.svg deleted file mode 100644 index 775a7cc9..00000000 --- a/dokka/images/nav-icons/enum-kotlin.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - diff --git a/dokka/images/nav-icons/enum.svg b/dokka/images/nav-icons/enum.svg deleted file mode 100644 index fa7f2476..00000000 --- a/dokka/images/nav-icons/enum.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/dokka/images/nav-icons/exception-class.svg b/dokka/images/nav-icons/exception-class.svg deleted file mode 100644 index c0b2bdeb..00000000 --- a/dokka/images/nav-icons/exception-class.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/dokka/images/nav-icons/field-value.svg b/dokka/images/nav-icons/field-value.svg deleted file mode 100644 index 2771ee56..00000000 --- a/dokka/images/nav-icons/field-value.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/dokka/images/nav-icons/field-variable.svg b/dokka/images/nav-icons/field-variable.svg deleted file mode 100644 index e2d2bbd0..00000000 --- a/dokka/images/nav-icons/field-variable.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/dokka/images/nav-icons/function.svg b/dokka/images/nav-icons/function.svg deleted file mode 100644 index f0da64a0..00000000 --- a/dokka/images/nav-icons/function.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/dokka/images/nav-icons/interface-kotlin.svg b/dokka/images/nav-icons/interface-kotlin.svg deleted file mode 100644 index 5e163260..00000000 --- a/dokka/images/nav-icons/interface-kotlin.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - diff --git a/dokka/images/nav-icons/interface.svg b/dokka/images/nav-icons/interface.svg deleted file mode 100644 index 32063ba2..00000000 --- a/dokka/images/nav-icons/interface.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/dokka/images/nav-icons/object.svg b/dokka/images/nav-icons/object.svg deleted file mode 100644 index 31f0ee3e..00000000 --- a/dokka/images/nav-icons/object.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - diff --git a/dokka/images/nav-icons/typealias-kotlin.svg b/dokka/images/nav-icons/typealias-kotlin.svg deleted file mode 100644 index f4bb238b..00000000 --- a/dokka/images/nav-icons/typealias-kotlin.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - diff --git a/dokka/images/theme-toggle.svg b/dokka/images/theme-toggle.svg deleted file mode 100644 index df86202b..00000000 --- a/dokka/images/theme-toggle.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/dokka/index.html b/dokka/index.html deleted file mode 100644 index 8fe12c1b..00000000 --- a/dokka/index.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - All modules - - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

All modules:

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
-
-
-
- -
-
-
- - diff --git a/dokka/momo-api-sdk/index.html b/dokka/momo-api-sdk/index.html deleted file mode 100644 index 9f0eb0c7..00000000 --- a/dokka/momo-api-sdk/index.html +++ /dev/null @@ -1,313 +0,0 @@ - - - - - momo-api-sdk - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

momo-api-sdk

-
-

Packages

-
-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-callback/-momo-callback.html b/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-callback/-momo-callback.html deleted file mode 100644 index b31d8c39..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-callback/-momo-callback.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - MomoCallback - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

MomoCallback

-
-
constructor(callback: (momoResponse: MomoResponse<T>) -> Unit)
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-callback/index.html b/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-callback/index.html deleted file mode 100644 index 8c92af30..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-callback/index.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - MomoCallback - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

MomoCallback

-
class MomoCallback<T>(callback: (momoResponse: MomoResponse<T>) -> Unit) : Callback<T>

MomoCallback for MomoAPI API MomoResponse returns onResponse for successful calls and onFailure for errors.

-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
constructor(callback: (momoResponse: MomoResponse<T>) -> Unit)
-
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onFailure(call: Call<T>, throwable: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onResponse(call: Call<T>, response: Response<T>)
-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-callback/on-failure.html b/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-callback/on-failure.html deleted file mode 100644 index ca1c9a08..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-callback/on-failure.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onFailure - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onFailure

-
-
open override fun onFailure(call: Call<T>, throwable: Throwable)
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-callback/on-response.html b/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-callback/on-response.html deleted file mode 100644 index d06758f6..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-callback/on-response.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onResponse - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onResponse

-
-
open override fun onResponse(call: Call<T>, response: Response<T>)
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-exception/-momo-exception.html b/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-exception/-momo-exception.html deleted file mode 100644 index 3cad7fbe..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-exception/-momo-exception.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - MomoException - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

MomoException

-
-
constructor(message: String?)

Constructor for MomoException with a message.

Parameters

message

The message associated with the exception.


constructor(errorResponse: ErrorResponse)

Constructor for MomoException with an ErrorResponse.

Parameters

errorResponse

The error response associated with the exception.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-exception/error-response.html b/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-exception/error-response.html deleted file mode 100644 index 3750b4ee..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-exception/error-response.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - errorResponse - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

errorResponse

-
- -
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-exception/index.html b/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-exception/index.html deleted file mode 100644 index 4c8c5e98..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-exception/index.html +++ /dev/null @@ -1,275 +0,0 @@ - - - - - MomoException - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

MomoException

-

Handles exceptions and messages for the exceptions.

-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
constructor(message: String?)

Constructor for MomoException with a message.

constructor(errorResponse: ErrorResponse)

Constructor for MomoException with an ErrorResponse.

-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open val cause: Throwable?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

The error response associated with the exception.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open val message: String?
-
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-response/-failure/-failure.html b/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-response/-failure/-failure.html deleted file mode 100644 index 45e4bee6..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-response/-failure/-failure.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - Failure - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Failure

-
-
constructor(isNetworkError: Boolean, momoException: MomoException?)
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-response/-failure/index.html b/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-response/-failure/index.html deleted file mode 100644 index a7b68767..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-response/-failure/index.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - Failure - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Failure

-
data class Failure(val isNetworkError: Boolean, val momoException: MomoException?) : MomoResponse<Nothing>
-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
constructor(isNetworkError: Boolean, momoException: MomoException?)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-response/-failure/is-network-error.html b/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-response/-failure/is-network-error.html deleted file mode 100644 index 2496cffd..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-response/-failure/is-network-error.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - isNetworkError - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

isNetworkError

-
- -
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-response/-failure/momo-exception.html b/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-response/-failure/momo-exception.html deleted file mode 100644 index f4f7dbc0..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-response/-failure/momo-exception.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - momoException - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

momoException

-
- -
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-response/-success/-success.html b/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-response/-success/-success.html deleted file mode 100644 index 0df29d67..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-response/-success/-success.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - Success - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Success

-
-
constructor(value: T)
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-response/-success/index.html b/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-response/-success/index.html deleted file mode 100644 index d4ca7cd9..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-response/-success/index.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - Success - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Success

-
data class Success<out T>(val value: T) : MomoResponse<T>
-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
constructor(value: T)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
val value: T
-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-response/-success/value.html b/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-response/-success/value.html deleted file mode 100644 index 54710294..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-response/-success/value.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - value - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

value

-
-
val value: T
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-response/index.html b/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-response/index.html deleted file mode 100644 index fc3e7bba..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.callback/-momo-response/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - MomoResponse - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

MomoResponse

-
sealed class MomoResponse<out T>

Holds the state for Payment status.

Inheritors

-
-
-
-
-
-

Types

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
data class Failure(val isNetworkError: Boolean, val momoException: MomoException?) : MomoResponse<Nothing>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
data class Success<out T>(val value: T) : MomoResponse<T>
-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.callback/-transaction-callback/-transaction-callback.html b/dokka/momo-api-sdk/io.rekast.sdk.callback/-transaction-callback/-transaction-callback.html deleted file mode 100644 index 18124e80..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.callback/-transaction-callback/-transaction-callback.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - TransactionCallback - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

TransactionCallback

-
-
constructor(callback: (momoResponse: MomoResponse<ResponseBody?>) -> Unit)
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.callback/-transaction-callback/index.html b/dokka/momo-api-sdk/io.rekast.sdk.callback/-transaction-callback/index.html deleted file mode 100644 index 4904f5d1..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.callback/-transaction-callback/index.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - TransactionCallback - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

TransactionCallback

-
class TransactionCallback(callback: (momoResponse: MomoResponse<ResponseBody?>) -> Unit) : Callback<ResponseBody?>

Transaction MomoCallback for the MTN MOMO API The MTN MOMO API returns the a 200 OK even for transfers that failed. We use TransactionCallback to identify the difference between 200 OK and 400 This returns the MomoTransaction on the ResponseBody

-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
constructor(callback: (momoResponse: MomoResponse<ResponseBody?>) -> Unit)
-
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onFailure(call: Call<ResponseBody?>, throwable: Throwable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onResponse(call: Call<ResponseBody?>, response: Response<ResponseBody?>)
-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.callback/-transaction-callback/on-failure.html b/dokka/momo-api-sdk/io.rekast.sdk.callback/-transaction-callback/on-failure.html deleted file mode 100644 index 2bdc9c57..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.callback/-transaction-callback/on-failure.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onFailure - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onFailure

-
-
open override fun onFailure(call: Call<ResponseBody?>, throwable: Throwable)
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.callback/-transaction-callback/on-response.html b/dokka/momo-api-sdk/io.rekast.sdk.callback/-transaction-callback/on-response.html deleted file mode 100644 index b88b0fa9..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.callback/-transaction-callback/on-response.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onResponse - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onResponse

-
-
open override fun onResponse(call: Call<ResponseBody?>, response: Response<ResponseBody?>)
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.callback/index.html b/dokka/momo-api-sdk/io.rekast.sdk.callback/index.html deleted file mode 100644 index 5ae42386..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.callback/index.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - io.rekast.sdk.callback - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Types

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
class MomoCallback<T>(callback: (momoResponse: MomoResponse<T>) -> Unit) : Callback<T>

MomoCallback for MomoAPI API MomoResponse returns onResponse for successful calls and onFailure for errors.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Handles exceptions and messages for the exceptions.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
sealed class MomoResponse<out T>

Holds the state for Payment status.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class TransactionCallback(callback: (momoResponse: MomoResponse<ResponseBody?>) -> Unit) : Callback<ResponseBody?>

Transaction MomoCallback for the MTN MOMO API The MTN MOMO API returns the a 200 OK even for transfers that failed. We use TransactionCallback to identify the difference between 200 OK and 400 This returns the MomoTransaction on the ResponseBody

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication.credentials/-access-token-credentials/-access-token-credentials.html b/dokka/momo-api-sdk/io.rekast.sdk.model.authentication.credentials/-access-token-credentials/-access-token-credentials.html deleted file mode 100644 index 7b14a37e..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication.credentials/-access-token-credentials/-access-token-credentials.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - AccessTokenCredentials - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

AccessTokenCredentials

-
-
@Inject
constructor(accessToken: String)
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication.credentials/-access-token-credentials/access-token.html b/dokka/momo-api-sdk/io.rekast.sdk.model.authentication.credentials/-access-token-credentials/access-token.html deleted file mode 100644 index 989c560e..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication.credentials/-access-token-credentials/access-token.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - accessToken - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

accessToken

-
- -
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication.credentials/-access-token-credentials/index.html b/dokka/momo-api-sdk/io.rekast.sdk.model.authentication.credentials/-access-token-credentials/index.html deleted file mode 100644 index a36a7fec..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication.credentials/-access-token-credentials/index.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - AccessTokenCredentials - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

AccessTokenCredentials

-
data class AccessTokenCredentials @Inject constructor(var accessToken: String)
-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@Inject
constructor(accessToken: String)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication.credentials/-basic-auth-credentials/-basic-auth-credentials.html b/dokka/momo-api-sdk/io.rekast.sdk.model.authentication.credentials/-basic-auth-credentials/-basic-auth-credentials.html deleted file mode 100644 index da608827..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication.credentials/-basic-auth-credentials/-basic-auth-credentials.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - BasicAuthCredentials - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

BasicAuthCredentials

-
-
@Inject
constructor(apiUserId: String, apiKey: String)

Parameters

apiUserId

The API user ID.

apiKey

The API key.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication.credentials/-basic-auth-credentials/api-key.html b/dokka/momo-api-sdk/io.rekast.sdk.model.authentication.credentials/-basic-auth-credentials/api-key.html deleted file mode 100644 index 88e0875f..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication.credentials/-basic-auth-credentials/api-key.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - apiKey - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

apiKey

-
-

Parameters

apiKey

The API key.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication.credentials/-basic-auth-credentials/api-user-id.html b/dokka/momo-api-sdk/io.rekast.sdk.model.authentication.credentials/-basic-auth-credentials/api-user-id.html deleted file mode 100644 index 7b3a3f8c..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication.credentials/-basic-auth-credentials/api-user-id.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - apiUserId - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

apiUserId

-
-

Parameters

apiUserId

The API user ID.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication.credentials/-basic-auth-credentials/index.html b/dokka/momo-api-sdk/io.rekast.sdk.model.authentication.credentials/-basic-auth-credentials/index.html deleted file mode 100644 index 09c957fc..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication.credentials/-basic-auth-credentials/index.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - BasicAuthCredentials - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

BasicAuthCredentials

-
data class BasicAuthCredentials @Inject constructor(var apiUserId: String, var apiKey: String)

Data class representing Basic Authentication credentials.

Parameters

apiUserId

The API user ID.

apiKey

The API key.

-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@Inject
constructor(apiUserId: String, apiKey: String)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication.credentials/index.html b/dokka/momo-api-sdk/io.rekast.sdk.model.authentication.credentials/index.html deleted file mode 100644 index 39688296..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication.credentials/index.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - io.rekast.sdk.model.authentication.credentials - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Types

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
data class AccessTokenCredentials @Inject constructor(var accessToken: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
data class BasicAuthCredentials @Inject constructor(var apiUserId: String, var apiKey: String)

Data class representing Basic Authentication credentials.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-access-token/-access-token.html b/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-access-token/-access-token.html deleted file mode 100644 index 2f06ee7f..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-access-token/-access-token.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - AccessToken - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

AccessToken

-
-
constructor(accessToken: String, tokenType: String, expiresIn: String)
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-access-token/access-token.html b/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-access-token/access-token.html deleted file mode 100644 index c5d8aacb..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-access-token/access-token.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - accessToken - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

accessToken

-
-
@SerializedName(value = "access_token")
var accessToken: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-access-token/expires-in.html b/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-access-token/expires-in.html deleted file mode 100644 index 807e407e..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-access-token/expires-in.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - expiresIn - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

expiresIn

-
-
@SerializedName(value = "expires_in")
var expiresIn: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-access-token/index.html b/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-access-token/index.html deleted file mode 100644 index fbf422ab..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-access-token/index.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - AccessToken - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

AccessToken

-
@Serializable
data class AccessToken(var accessToken: String, var tokenType: String, var expiresIn: String)

Data class representing an access token received from the MTN MOMO API.

-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
constructor(accessToken: String, tokenType: String, expiresIn: String)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "access_token")
var accessToken: String

The access token as a String.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "expires_in")
var expiresIn: String

The duration in which the token expires.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "token_type")
var tokenType: String

The type of the token (e.g., Bearer).

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-access-token/token-type.html b/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-access-token/token-type.html deleted file mode 100644 index 338155a4..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-access-token/token-type.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - tokenType - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

tokenType

-
-
@SerializedName(value = "token_type")
var tokenType: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-api-key/-api-key.html b/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-api-key/-api-key.html deleted file mode 100644 index f30a4717..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-api-key/-api-key.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - ApiKey - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

ApiKey

-
-
constructor(apiKey: String? = null)
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-api-key/api-key.html b/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-api-key/api-key.html deleted file mode 100644 index 31768890..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-api-key/api-key.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - apiKey - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

apiKey

-
-
@SerializedName(value = "apiKey")
val apiKey: String? = null
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-api-key/index.html b/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-api-key/index.html deleted file mode 100644 index 33d0e13a..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-api-key/index.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - ApiKey - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

ApiKey

-
@Serializable
data class ApiKey(val apiKey: String? = null)

This class represents the MTN MOMO API Key that is received by using the Subscription Key and the API ApiUser ID.

-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
constructor(apiKey: String? = null)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "apiKey")
val apiKey: String? = null

The API key as a String.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-api-user/-api-user.html b/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-api-user/-api-user.html deleted file mode 100644 index 8ae0ca7e..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-api-user/-api-user.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - ApiUser - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

ApiUser

-
-
constructor(providerCallbackHost: String? = null, targetEnvironment: String? = null)
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-api-user/index.html b/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-api-user/index.html deleted file mode 100644 index c4c5fbcd..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-api-user/index.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - ApiUser - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

ApiUser

-
@Serializable
data class ApiUser(val providerCallbackHost: String? = null, val targetEnvironment: String? = null)

This class represents the MTN MOMO API ApiUser.

-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
constructor(providerCallbackHost: String? = null, targetEnvironment: String? = null)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "providerCallbackHost")
val providerCallbackHost: String? = null

The callback host for the provider.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "targetEnvironment")
val targetEnvironment: String? = null

The target environment for the API.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-api-user/provider-callback-host.html b/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-api-user/provider-callback-host.html deleted file mode 100644 index 7708f3b3..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-api-user/provider-callback-host.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - providerCallbackHost - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

providerCallbackHost

-
-
@SerializedName(value = "providerCallbackHost")
val providerCallbackHost: String? = null
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-api-user/target-environment.html b/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-api-user/target-environment.html deleted file mode 100644 index 1257c2be..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/-api-user/target-environment.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - targetEnvironment - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

targetEnvironment

-
-
@SerializedName(value = "targetEnvironment")
val targetEnvironment: String? = null
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/index.html b/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/index.html deleted file mode 100644 index 174575b2..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model.authentication/index.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - io.rekast.sdk.model.authentication - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Types

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@Serializable
data class AccessToken(var accessToken: String, var tokenType: String, var expiresIn: String)

Data class representing an access token received from the MTN MOMO API.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@Serializable
data class ApiKey(val apiKey: String? = null)

This class represents the MTN MOMO API Key that is received by using the Subscription Key and the API ApiUser ID.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@Serializable
data class ApiUser(val providerCallbackHost: String? = null, val targetEnvironment: String? = null)

This class represents the MTN MOMO API ApiUser.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-account-balance/-account-balance.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-account-balance/-account-balance.html deleted file mode 100644 index b1f229e3..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-account-balance/-account-balance.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - AccountBalance - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

AccountBalance

-
-
constructor(availableBalance: String, currency: String)
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-account-balance/available-balance.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-account-balance/available-balance.html deleted file mode 100644 index ef00acfc..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-account-balance/available-balance.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - availableBalance - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

availableBalance

-
-
@SerializedName(value = "availableBalance")
var availableBalance: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-account-balance/currency.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-account-balance/currency.html deleted file mode 100644 index e7b29427..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-account-balance/currency.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - currency - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

currency

-
-
@SerializedName(value = "currency")
var currency: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-account-balance/index.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-account-balance/index.html deleted file mode 100644 index 959bf23b..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-account-balance/index.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - AccountBalance - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

AccountBalance

-
@Serializable
data class AccountBalance(var availableBalance: String, var currency: String)
-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
constructor(availableBalance: String, currency: String)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "availableBalance")
var availableBalance: String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "currency")
var currency: String
-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-account-holder-status/-account-holder-status.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-account-holder-status/-account-holder-status.html deleted file mode 100644 index e9469479..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-account-holder-status/-account-holder-status.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - AccountHolderStatus - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

AccountHolderStatus

-
-
constructor(result: Boolean)
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-account-holder-status/index.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-account-holder-status/index.html deleted file mode 100644 index 48f7af85..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-account-holder-status/index.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - AccountHolderStatus - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

AccountHolderStatus

-
@Serializable
data class AccountHolderStatus(var result: Boolean)
-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
constructor(result: Boolean)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "result")
var result: Boolean
-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-account-holder-status/result.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-account-holder-status/result.html deleted file mode 100644 index 76fe56d3..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-account-holder-status/result.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - result - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

result

-
-
@SerializedName(value = "result")
var result: Boolean
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-account-holder/-account-holder.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-account-holder/-account-holder.html deleted file mode 100644 index 90516811..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-account-holder/-account-holder.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - AccountHolder - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

AccountHolder

-
-
constructor(partyIdType: String, partyId: String)
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-account-holder/index.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-account-holder/index.html deleted file mode 100644 index 36731729..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-account-holder/index.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - AccountHolder - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

AccountHolder

-
@Serializable
data class AccountHolder(var partyIdType: String, var partyId: String)
-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
constructor(partyIdType: String, partyId: String)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "partyId")
var partyId: String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "partyIdType")
var partyIdType: String
-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-account-holder/party-id-type.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-account-holder/party-id-type.html deleted file mode 100644 index f10f1eb1..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-account-holder/party-id-type.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - partyIdType - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

partyIdType

-
-
@SerializedName(value = "partyIdType")
var partyIdType: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-account-holder/party-id.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-account-holder/party-id.html deleted file mode 100644 index fa65fd07..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-account-holder/party-id.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - partyId - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

partyId

-
-
@SerializedName(value = "partyId")
var partyId: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-basic-user-info/-basic-user-info.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-basic-user-info/-basic-user-info.html deleted file mode 100644 index a50b976d..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-basic-user-info/-basic-user-info.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - BasicUserInfo - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

BasicUserInfo

-
-
constructor(sub: String, name: String, givenName: String, familyName: String, birthDate: String, locale: String, gender: String, updatedAt: String)
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-basic-user-info/birth-date.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-basic-user-info/birth-date.html deleted file mode 100644 index 1f0dfcd5..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-basic-user-info/birth-date.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - birthDate - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

birthDate

-
-
@SerializedName(value = "birthdate")
var birthDate: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-basic-user-info/family-name.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-basic-user-info/family-name.html deleted file mode 100644 index 14f78426..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-basic-user-info/family-name.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - familyName - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

familyName

-
-
@SerializedName(value = "family_name")
var familyName: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-basic-user-info/gender.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-basic-user-info/gender.html deleted file mode 100644 index b2146ddc..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-basic-user-info/gender.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - gender - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

gender

-
-
@SerializedName(value = "gender")
var gender: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-basic-user-info/given-name.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-basic-user-info/given-name.html deleted file mode 100644 index 2c6e866d..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-basic-user-info/given-name.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - givenName - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

givenName

-
-
@SerializedName(value = "given_name")
var givenName: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-basic-user-info/index.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-basic-user-info/index.html deleted file mode 100644 index c4d97526..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-basic-user-info/index.html +++ /dev/null @@ -1,226 +0,0 @@ - - - - - BasicUserInfo - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

BasicUserInfo

-
@Serializable
data class BasicUserInfo(var sub: String, var name: String, var givenName: String, var familyName: String, var birthDate: String, var locale: String, var gender: String, var updatedAt: String)

Data class representing basic user information.

-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
constructor(sub: String, name: String, givenName: String, familyName: String, birthDate: String, locale: String, gender: String, updatedAt: String)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "birthdate")
var birthDate: String

The birth date of the user.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "family_name")
var familyName: String

The family name of the user.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "gender")
var gender: String

The gender of the user.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "given_name")
var givenName: String

The given name of the user.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "locale")
var locale: String

The locale of the user.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "name")
var name: String

The name of the user.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "sub")
var sub: String

The subject identifier for the user.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "updated_at")
var updatedAt: String

The last updated timestamp.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-basic-user-info/locale.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-basic-user-info/locale.html deleted file mode 100644 index 45316bd2..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-basic-user-info/locale.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - locale - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

locale

-
-
@SerializedName(value = "locale")
var locale: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-basic-user-info/name.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-basic-user-info/name.html deleted file mode 100644 index 9378ed25..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-basic-user-info/name.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - name - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

name

-
-
@SerializedName(value = "name")
var name: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-basic-user-info/sub.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-basic-user-info/sub.html deleted file mode 100644 index d3659ba8..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-basic-user-info/sub.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - sub - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

sub

-
-
@SerializedName(value = "sub")
var sub: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-basic-user-info/updated-at.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-basic-user-info/updated-at.html deleted file mode 100644 index 85b72f3e..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-basic-user-info/updated-at.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - updatedAt - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

updatedAt

-
-
@SerializedName(value = "updated_at")
var updatedAt: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-error-response/-error-response.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-error-response/-error-response.html deleted file mode 100644 index 7ae1bb65..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-error-response/-error-response.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - ErrorResponse - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

ErrorResponse

-
-
constructor(code: String, message: String, error: String)
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-error-response/code.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-error-response/code.html deleted file mode 100644 index 57a853cb..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-error-response/code.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - code - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

code

-
-
@SerializedName(value = "code")
var code: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-error-response/error.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-error-response/error.html deleted file mode 100644 index df35b3cd..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-error-response/error.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - error - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

error

-
-
@SerializedName(value = "error")
var error: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-error-response/index.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-error-response/index.html deleted file mode 100644 index 94aba712..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-error-response/index.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - ErrorResponse - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

ErrorResponse

-
@Serializable
data class ErrorResponse(var code: String, var message: String, var error: String)
-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
constructor(code: String, message: String, error: String)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "code")
var code: String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "error")
var error: String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "message")
var message: String
-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-error-response/message.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-error-response/message.html deleted file mode 100644 index eff890c2..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-error-response/message.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - message - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

message

-
-
@SerializedName(value = "message")
var message: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-notification/-momo-notification.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-notification/-momo-notification.html deleted file mode 100644 index 3c61953b..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-notification/-momo-notification.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - MomoNotification - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

MomoNotification

-
-
constructor(notificationMessage: String)
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-notification/index.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-notification/index.html deleted file mode 100644 index ad5ab443..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-notification/index.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - MomoNotification - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

MomoNotification

-
@Serializable
data class MomoNotification(var notificationMessage: String)

Data class representing a Momo notification.

-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
constructor(notificationMessage: String)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "notificationMessage")
var notificationMessage: String

The message associated with the notification.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-notification/notification-message.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-notification/notification-message.html deleted file mode 100644 index 72baf07e..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-notification/notification-message.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - notificationMessage - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

notificationMessage

-
-
@SerializedName(value = "notificationMessage")
var notificationMessage: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/-momo-transaction.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/-momo-transaction.html deleted file mode 100644 index 2bfbaa43..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/-momo-transaction.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - MomoTransaction - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

MomoTransaction

-
-
constructor(amount: String, currency: String, financialTransactionId: String? = "", externalId: String, payee: AccountHolder? = null, payer: AccountHolder? = null, payerMessage: String, payeeNote: String, status: String? = "", reason: String? = "", referenceIdToRefund: String? = "")
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/amount.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/amount.html deleted file mode 100644 index 7014b401..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/amount.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - amount - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

amount

-
-
@SerializedName(value = "amount")
var amount: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/currency.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/currency.html deleted file mode 100644 index 3210d86c..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/currency.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - currency - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

currency

-
-
@SerializedName(value = "currency")
var currency: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/external-id.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/external-id.html deleted file mode 100644 index dff692a2..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/external-id.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - externalId - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

externalId

-
-
@SerializedName(value = "externalId")
var externalId: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/financial-transaction-id.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/financial-transaction-id.html deleted file mode 100644 index 97ad43a3..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/financial-transaction-id.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - financialTransactionId - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

financialTransactionId

-
-
@SerializedName(value = "financialTransactionId")
var financialTransactionId: String?
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/index.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/index.html deleted file mode 100644 index aa69e371..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/index.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - MomoTransaction - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

MomoTransaction

-
@Serializable
data class MomoTransaction(var amount: String, var currency: String, var financialTransactionId: String? = "", var externalId: String, var payee: AccountHolder? = null, var payer: AccountHolder? = null, var payerMessage: String, var payeeNote: String, var status: String? = "", var reason: String? = "", var referenceIdToRefund: String? = "")
-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
constructor(amount: String, currency: String, financialTransactionId: String? = "", externalId: String, payee: AccountHolder? = null, payer: AccountHolder? = null, payerMessage: String, payeeNote: String, status: String? = "", reason: String? = "", referenceIdToRefund: String? = "")
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "amount")
var amount: String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "currency")
var currency: String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "externalId")
var externalId: String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "financialTransactionId")
var financialTransactionId: String?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "payee")
var payee: AccountHolder?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "payeeNote")
var payeeNote: String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "payer")
var payer: AccountHolder?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "payerMessage")
var payerMessage: String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "reason")
var reason: String?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "referenceIdToRefund")
var referenceIdToRefund: String?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "status")
var status: String?
-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/payee-note.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/payee-note.html deleted file mode 100644 index b3d31287..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/payee-note.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - payeeNote - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

payeeNote

-
-
@SerializedName(value = "payeeNote")
var payeeNote: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/payee.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/payee.html deleted file mode 100644 index 0cdf8bdb..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/payee.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - payee - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

payee

-
-
@SerializedName(value = "payee")
var payee: AccountHolder?
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/payer-message.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/payer-message.html deleted file mode 100644 index a0b17556..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/payer-message.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - payerMessage - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

payerMessage

-
-
@SerializedName(value = "payerMessage")
var payerMessage: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/payer.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/payer.html deleted file mode 100644 index 5890dac9..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/payer.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - payer - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

payer

-
-
@SerializedName(value = "payer")
var payer: AccountHolder?
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/reason.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/reason.html deleted file mode 100644 index 6082d6d5..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/reason.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - reason - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

reason

-
-
@SerializedName(value = "reason")
var reason: String?
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/reference-id-to-refund.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/reference-id-to-refund.html deleted file mode 100644 index 268160cc..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/reference-id-to-refund.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - referenceIdToRefund - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

referenceIdToRefund

-
-
@SerializedName(value = "referenceIdToRefund")
var referenceIdToRefund: String?
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/status.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/status.html deleted file mode 100644 index da820129..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-momo-transaction/status.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - status - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

status

-
-
@SerializedName(value = "status")
var status: String?
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-payment-result/-payment-result.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-payment-result/-payment-result.html deleted file mode 100644 index 60883997..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-payment-result/-payment-result.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - PaymentResult - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

PaymentResult

-
-
constructor(merchantRequestID: String, checkoutRequestID: String, responseCode: String, responseDescription: String, customerMessage: String)
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-payment-result/checkout-request-i-d.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-payment-result/checkout-request-i-d.html deleted file mode 100644 index 58b7cdda..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-payment-result/checkout-request-i-d.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - checkoutRequestID - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

checkoutRequestID

-
- -
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-payment-result/customer-message.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-payment-result/customer-message.html deleted file mode 100644 index 1299302d..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-payment-result/customer-message.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - customerMessage - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

customerMessage

-
- -
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-payment-result/index.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-payment-result/index.html deleted file mode 100644 index 840be06c..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-payment-result/index.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - PaymentResult - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

PaymentResult

-
data class PaymentResult(var merchantRequestID: String, var checkoutRequestID: String, var responseCode: String, var responseDescription: String, var customerMessage: String)

Data class for Payment MomoResponse.

-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
constructor(merchantRequestID: String, checkoutRequestID: String, responseCode: String, responseDescription: String, customerMessage: String)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-payment-result/merchant-request-i-d.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-payment-result/merchant-request-i-d.html deleted file mode 100644 index f8638efc..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-payment-result/merchant-request-i-d.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - merchantRequestID - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

merchantRequestID

-
- -
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-payment-result/response-code.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-payment-result/response-code.html deleted file mode 100644 index a5f7c5c5..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-payment-result/response-code.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - responseCode - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

responseCode

-
- -
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-payment-result/response-description.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-payment-result/response-description.html deleted file mode 100644 index 41780f04..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-payment-result/response-description.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - responseDescription - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

responseDescription

-
- -
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/-user-info-with-consent.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/-user-info-with-consent.html deleted file mode 100644 index 13997821..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/-user-info-with-consent.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - UserInfoWithConsent - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

UserInfoWithConsent

-
-
constructor(userBasicInfo: BasicUserInfo, status: String, middleName: String, email: String, emailVerified: Boolean, phonenumber: String, phoneNumberVerified: Boolean, address: String, updatedAt: String, creditScore: String, active: String, countryOfBirth: String, regionOfBirth: String, cityOfBirth: String, occupation: String, employerName: String, identificationType: String, identificationValue: String)
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/active.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/active.html deleted file mode 100644 index 486c7cea..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/active.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - active - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

active

-
-
@SerializedName(value = "active")
var active: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/address.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/address.html deleted file mode 100644 index 510b29fa..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/address.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - address - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

address

-
-
@SerializedName(value = "address")
var address: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/city-of-birth.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/city-of-birth.html deleted file mode 100644 index 10b20f96..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/city-of-birth.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - cityOfBirth - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

cityOfBirth

-
-
@SerializedName(value = "city_of_birth")
var cityOfBirth: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/country-of-birth.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/country-of-birth.html deleted file mode 100644 index 855cf0ba..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/country-of-birth.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - countryOfBirth - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

countryOfBirth

-
-
@SerializedName(value = "country_of_birth")
var countryOfBirth: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/credit-score.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/credit-score.html deleted file mode 100644 index 5d40942c..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/credit-score.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - creditScore - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

creditScore

-
-
@SerializedName(value = "credit_score")
var creditScore: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/email-verified.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/email-verified.html deleted file mode 100644 index 382fc4a3..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/email-verified.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - emailVerified - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

emailVerified

-
-
@SerializedName(value = "email_verified")
var emailVerified: Boolean
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/email.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/email.html deleted file mode 100644 index db75ab65..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/email.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - email - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

email

-
-
@SerializedName(value = "email")
var email: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/employer-name.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/employer-name.html deleted file mode 100644 index 7ddd94d3..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/employer-name.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - employerName - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

employerName

-
-
@SerializedName(value = "employer_name")
var employerName: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/identification-type.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/identification-type.html deleted file mode 100644 index 7da47c3c..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/identification-type.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - identificationType - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

identificationType

-
-
@SerializedName(value = "identification_type")
var identificationType: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/identification-value.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/identification-value.html deleted file mode 100644 index b1b5c443..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/identification-value.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - identificationValue - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

identificationValue

-
-
@SerializedName(value = "identification_value")
var identificationValue: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/index.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/index.html deleted file mode 100644 index 8eba752f..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/index.html +++ /dev/null @@ -1,376 +0,0 @@ - - - - - UserInfoWithConsent - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

UserInfoWithConsent

-
@Serializable
data class UserInfoWithConsent(var userBasicInfo: BasicUserInfo, var status: String, var middleName: String, var email: String, var emailVerified: Boolean, var phonenumber: String, var phoneNumberVerified: Boolean, var address: String, var updatedAt: String, var creditScore: String, var active: String, var countryOfBirth: String, var regionOfBirth: String, var cityOfBirth: String, var occupation: String, var employerName: String, var identificationType: String, var identificationValue: String)
-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
constructor(userBasicInfo: BasicUserInfo, status: String, middleName: String, email: String, emailVerified: Boolean, phonenumber: String, phoneNumberVerified: Boolean, address: String, updatedAt: String, creditScore: String, active: String, countryOfBirth: String, regionOfBirth: String, cityOfBirth: String, occupation: String, employerName: String, identificationType: String, identificationValue: String)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "active")
var active: String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "address")
var address: String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "city_of_birth")
var cityOfBirth: String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "country_of_birth")
var countryOfBirth: String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "credit_score")
var creditScore: String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "email")
var email: String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "email_verified")
var emailVerified: Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "employer_name")
var employerName: String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "identification_type")
var identificationType: String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "identification_value")
var identificationValue: String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "middle_name")
var middleName: String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "occupation")
var occupation: String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "phone_number")
var phonenumber: String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "phone_number_verified")
var phoneNumberVerified: Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "region_of_birth")
var regionOfBirth: String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "status")
var status: String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@SerializedName(value = "updated_at")
var updatedAt: String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/middle-name.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/middle-name.html deleted file mode 100644 index c0413715..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/middle-name.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - middleName - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

middleName

-
-
@SerializedName(value = "middle_name")
var middleName: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/occupation.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/occupation.html deleted file mode 100644 index a1aeec08..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/occupation.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - occupation - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

occupation

-
-
@SerializedName(value = "occupation")
var occupation: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/phone-number-verified.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/phone-number-verified.html deleted file mode 100644 index 78836af1..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/phone-number-verified.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - phoneNumberVerified - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

phoneNumberVerified

-
-
@SerializedName(value = "phone_number_verified")
var phoneNumberVerified: Boolean
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/phonenumber.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/phonenumber.html deleted file mode 100644 index b4e57bb3..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/phonenumber.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - phonenumber - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

phonenumber

-
-
@SerializedName(value = "phone_number")
var phonenumber: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/region-of-birth.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/region-of-birth.html deleted file mode 100644 index b62939bd..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/region-of-birth.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - regionOfBirth - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

regionOfBirth

-
-
@SerializedName(value = "region_of_birth")
var regionOfBirth: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/status.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/status.html deleted file mode 100644 index 29017d00..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/status.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - status - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

status

-
-
@SerializedName(value = "status")
var status: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/updated-at.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/updated-at.html deleted file mode 100644 index fef17afd..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/updated-at.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - updatedAt - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

updatedAt

-
-
@SerializedName(value = "updated_at")
var updatedAt: String
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/user-basic-info.html b/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/user-basic-info.html deleted file mode 100644 index 95241eaa..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/-user-info-with-consent/user-basic-info.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - userBasicInfo - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

userBasicInfo

-
- -
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.model/index.html b/dokka/momo-api-sdk/io.rekast.sdk.model/index.html deleted file mode 100644 index 820e30bc..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.model/index.html +++ /dev/null @@ -1,221 +0,0 @@ - - - - - io.rekast.sdk.model - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Types

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@Serializable
data class AccountBalance(var availableBalance: String, var currency: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@Serializable
data class AccountHolder(var partyIdType: String, var partyId: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@Serializable
data class AccountHolderStatus(var result: Boolean)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@Serializable
data class BasicUserInfo(var sub: String, var name: String, var givenName: String, var familyName: String, var birthDate: String, var locale: String, var gender: String, var updatedAt: String)

Data class representing basic user information.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@Serializable
data class ErrorResponse(var code: String, var message: String, var error: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@Serializable
data class MomoNotification(var notificationMessage: String)

Data class representing a Momo notification.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@Serializable
data class MomoTransaction(var amount: String, var currency: String, var financialTransactionId: String? = "", var externalId: String, var payee: AccountHolder? = null, var payer: AccountHolder? = null, var payerMessage: String, var payeeNote: String, var status: String? = "", var reason: String? = "", var referenceIdToRefund: String? = "")
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
data class PaymentResult(var merchantRequestID: String, var checkoutRequestID: String, var responseCode: String, var responseDescription: String, var customerMessage: String)

Data class for Payment MomoResponse.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@Serializable
data class UserInfoWithConsent(var userBasicInfo: BasicUserInfo, var status: String, var middleName: String, var email: String, var emailVerified: Boolean, var phonenumber: String, var phoneNumberVerified: Boolean, var address: String, var updatedAt: String, var creditScore: String, var active: String, var countryOfBirth: String, var regionOfBirth: String, var cityOfBirth: String, var occupation: String, var employerName: String, var identificationType: String, var identificationValue: String)
-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor.auth/-access-token-interceptor/-access-token-interceptor.html b/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor.auth/-access-token-interceptor/-access-token-interceptor.html deleted file mode 100644 index 495bda0c..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor.auth/-access-token-interceptor/-access-token-interceptor.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - AccessTokenInterceptor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

AccessTokenInterceptor

-
-
@Inject
constructor(accessTokenCredentials: AccessTokenCredentials)

Parameters

accessTokenCredentials

The credentials containing the access token.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor.auth/-access-token-interceptor/index.html b/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor.auth/-access-token-interceptor/index.html deleted file mode 100644 index 237cedb6..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor.auth/-access-token-interceptor/index.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - AccessTokenInterceptor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

AccessTokenInterceptor

-
class AccessTokenInterceptor @Inject constructor(accessTokenCredentials: AccessTokenCredentials) : Interceptor

Interceptor used to add Bearer Token authentication headers to requests.

This interceptor adds the access token to the request headers for endpoints that require Bearer Token Authentication.

Parameters

accessTokenCredentials

The credentials containing the access token.

-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@Inject
constructor(accessTokenCredentials: AccessTokenCredentials)
-
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun intercept(chain: Interceptor.Chain): Response

Intercepts the request and adds the Bearer Token header.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor.auth/-access-token-interceptor/intercept.html b/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor.auth/-access-token-interceptor/intercept.html deleted file mode 100644 index 0eade612..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor.auth/-access-token-interceptor/intercept.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - intercept - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

intercept

-
-
open override fun intercept(chain: Interceptor.Chain): Response

Intercepts the request and adds the Bearer Token header.

Return

The response after adding the authorization header.

Parameters

chain

The interceptor chain.

Throws

If an I/O error occurs.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor.auth/-basic-authentication-interceptor/-basic-authentication-interceptor.html b/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor.auth/-basic-authentication-interceptor/-basic-authentication-interceptor.html deleted file mode 100644 index 3963b7aa..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor.auth/-basic-authentication-interceptor/-basic-authentication-interceptor.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - BasicAuthenticationInterceptor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

BasicAuthenticationInterceptor

-
-
@Inject
constructor(basicAuthCredentials: BasicAuthCredentials)

Parameters

basicAuthCredentials

The credentials containing the API user ID and API key.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor.auth/-basic-authentication-interceptor/index.html b/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor.auth/-basic-authentication-interceptor/index.html deleted file mode 100644 index a4acfe37..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor.auth/-basic-authentication-interceptor/index.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - BasicAuthenticationInterceptor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

BasicAuthenticationInterceptor

-
class BasicAuthenticationInterceptor @Inject constructor(basicAuthCredentials: BasicAuthCredentials) : Interceptor

Interceptor used to add Basic Authentication headers to requests.

This interceptor encodes the API user ID and API key in Base64 and adds them to the request headers for endpoints that require Basic Authentication.

Parameters

basicAuthCredentials

The credentials containing the API user ID and API key.

-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@Inject
constructor(basicAuthCredentials: BasicAuthCredentials)
-
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun intercept(chain: Interceptor.Chain): Response

Intercepts the request and adds the Basic Authentication header.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor.auth/-basic-authentication-interceptor/intercept.html b/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor.auth/-basic-authentication-interceptor/intercept.html deleted file mode 100644 index a23188c3..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor.auth/-basic-authentication-interceptor/intercept.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - intercept - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

intercept

-
-
open override fun intercept(chain: Interceptor.Chain): Response

Intercepts the request and adds the Basic Authentication header.

Return

The response after adding the authorization header.

Parameters

chain

The interceptor chain.

Throws

If an I/O error occurs.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor.auth/index.html b/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor.auth/index.html deleted file mode 100644 index bd6e9c1b..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor.auth/index.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - io.rekast.sdk.network.interceptor.auth - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Types

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
class AccessTokenInterceptor @Inject constructor(accessTokenCredentials: AccessTokenCredentials) : Interceptor

Interceptor used to add Bearer Token authentication headers to requests.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class BasicAuthenticationInterceptor @Inject constructor(basicAuthCredentials: BasicAuthCredentials) : Interceptor

Interceptor used to add Basic Authentication headers to requests.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor/-unsafe-ok-http-client/-unsafe-ok-http-client.html b/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor/-unsafe-ok-http-client/-unsafe-ok-http-client.html deleted file mode 100644 index c6a8b805..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor/-unsafe-ok-http-client/-unsafe-ok-http-client.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - UnsafeOkHttpClient - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

UnsafeOkHttpClient

-
-
constructor()
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor/-unsafe-ok-http-client/index.html b/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor/-unsafe-ok-http-client/index.html deleted file mode 100644 index 93bba4ae..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor/-unsafe-ok-http-client/index.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - UnsafeOkHttpClient - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

UnsafeOkHttpClient

-

This class allows Retrofit to accept any, even bad SSL Certificates.

-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
constructor()
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
val unsafeOkHttpClient: OkHttpClient.Builder
-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor/-unsafe-ok-http-client/unsafe-ok-http-client.html b/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor/-unsafe-ok-http-client/unsafe-ok-http-client.html deleted file mode 100644 index 53fdeb42..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor/-unsafe-ok-http-client/unsafe-ok-http-client.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - unsafeOkHttpClient - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

unsafeOkHttpClient

-
-
val unsafeOkHttpClient: OkHttpClient.Builder
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor/index.html b/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor/index.html deleted file mode 100644 index 6979a688..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.interceptor/index.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - io.rekast.sdk.network.interceptor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Types

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-

This class allows Retrofit to accept any, even bad SSL Certificates.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.auth/-auth-interface/clear-credentials.html b/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.auth/-auth-interface/clear-credentials.html deleted file mode 100644 index 0547cc16..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.auth/-auth-interface/clear-credentials.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - clearCredentials - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

clearCredentials

-
-
abstract fun clearCredentials()

Clear all authentication credentials.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.auth/-auth-interface/has-basic-auth.html b/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.auth/-auth-interface/has-basic-auth.html deleted file mode 100644 index 6a208586..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.auth/-auth-interface/has-basic-auth.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - hasBasicAuth - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

hasBasicAuth

-
-
abstract fun hasBasicAuth(): Boolean

Check if basic auth credentials are set.

Return

Boolean indicating if basic auth is configured.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.auth/-auth-interface/has-valid-access-token.html b/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.auth/-auth-interface/has-valid-access-token.html deleted file mode 100644 index 4a1208d9..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.auth/-auth-interface/has-valid-access-token.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - hasValidAccessToken - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

hasValidAccessToken

-
-

Check if access token is set and valid.

Return

Boolean indicating if access token is valid.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.auth/-auth-interface/index.html b/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.auth/-auth-interface/index.html deleted file mode 100644 index 839bb6fb..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.auth/-auth-interface/index.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - AuthInterface - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

AuthInterface

-
interface AuthInterface

Interface for managing authentication credentials.

This interface defines methods for setting, clearing, and checking the status of basic authentication and access token credentials.

Inheritors

-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
abstract fun clearCredentials()

Clear all authentication credentials.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
abstract fun hasBasicAuth(): Boolean

Check if basic auth credentials are set.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Check if access token is set and valid.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
abstract fun setAccessTokenCredentials(accessToken: String)

Set the access token credentials.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
abstract fun setBasicAuthCredentials(apiUserId: String, apiKey: String)

Set the basic authentication credentials.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.auth/-auth-interface/set-access-token-credentials.html b/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.auth/-auth-interface/set-access-token-credentials.html deleted file mode 100644 index fce10694..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.auth/-auth-interface/set-access-token-credentials.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - setAccessTokenCredentials - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

setAccessTokenCredentials

-
-
abstract fun setAccessTokenCredentials(accessToken: String)

Set the access token credentials.

Parameters

accessToken

The access token.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.auth/-auth-interface/set-basic-auth-credentials.html b/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.auth/-auth-interface/set-basic-auth-credentials.html deleted file mode 100644 index 2cef47d6..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.auth/-auth-interface/set-basic-auth-credentials.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - setBasicAuthCredentials - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

setBasicAuthCredentials

-
-
abstract fun setBasicAuthCredentials(apiUserId: String, apiKey: String)

Set the basic authentication credentials.

Parameters

apiUserId

The API user ID.

apiKey

The API key.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.auth/index.html b/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.auth/index.html deleted file mode 100644 index b4285348..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.auth/index.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - io.rekast.sdk.network.interfaces.auth - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Types

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
interface AuthInterface

Interface for managing authentication credentials.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.implementation.auth/-auth-implementation/-auth-implementation.html b/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.implementation.auth/-auth-implementation/-auth-implementation.html deleted file mode 100644 index fb2fe311..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.implementation.auth/-auth-implementation/-auth-implementation.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - AuthImplementation - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

AuthImplementation

-
-
@Inject
constructor(basicAuthCredentials: BasicAuthCredentials, accessTokenCredentials: AccessTokenCredentials)

Parameters

basicAuthCredentials

The credentials for basic authentication.

accessTokenCredentials

The credentials for access token authentication.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.implementation.auth/-auth-implementation/clear-credentials.html b/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.implementation.auth/-auth-implementation/clear-credentials.html deleted file mode 100644 index 57912efe..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.implementation.auth/-auth-implementation/clear-credentials.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - clearCredentials - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

clearCredentials

-
-
open override fun clearCredentials()

Clears all authentication credentials.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.implementation.auth/-auth-implementation/has-basic-auth.html b/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.implementation.auth/-auth-implementation/has-basic-auth.html deleted file mode 100644 index e23c0075..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.implementation.auth/-auth-implementation/has-basic-auth.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - hasBasicAuth - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

hasBasicAuth

-
-
open override fun hasBasicAuth(): Boolean

Checks if basic authentication credentials are set.

Return

Boolean indicating if basic auth is configured.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.implementation.auth/-auth-implementation/has-valid-access-token.html b/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.implementation.auth/-auth-implementation/has-valid-access-token.html deleted file mode 100644 index 002c2f7e..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.implementation.auth/-auth-implementation/has-valid-access-token.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - hasValidAccessToken - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

hasValidAccessToken

-
-
open override fun hasValidAccessToken(): Boolean

Checks if the access token is set and valid.

Return

Boolean indicating if the access token is valid.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.implementation.auth/-auth-implementation/index.html b/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.implementation.auth/-auth-implementation/index.html deleted file mode 100644 index 2198c297..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.implementation.auth/-auth-implementation/index.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - AuthImplementation - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

AuthImplementation

-
@Singleton
class AuthImplementation @Inject constructor(basicAuthCredentials: BasicAuthCredentials, accessTokenCredentials: AccessTokenCredentials) : AuthInterface

Implementation of the AuthInterface for managing authentication credentials.

This class handles setting and clearing basic authentication and access token credentials.

Parameters

basicAuthCredentials

The credentials for basic authentication.

accessTokenCredentials

The credentials for access token authentication.

-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@Inject
constructor(basicAuthCredentials: BasicAuthCredentials, accessTokenCredentials: AccessTokenCredentials)
-
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun clearCredentials()

Clears all authentication credentials.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun hasBasicAuth(): Boolean

Checks if basic authentication credentials are set.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun hasValidAccessToken(): Boolean

Checks if the access token is set and valid.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun setAccessTokenCredentials(accessToken: String)

Sets the access token credentials.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun setBasicAuthCredentials(apiUserId: String, apiKey: String)

Sets the basic authentication credentials.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.implementation.auth/-auth-implementation/set-access-token-credentials.html b/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.implementation.auth/-auth-implementation/set-access-token-credentials.html deleted file mode 100644 index 9b24018b..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.implementation.auth/-auth-implementation/set-access-token-credentials.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - setAccessTokenCredentials - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

setAccessTokenCredentials

-
-
open override fun setAccessTokenCredentials(accessToken: String)

Sets the access token credentials.

Parameters

accessToken

The access token.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.implementation.auth/-auth-implementation/set-basic-auth-credentials.html b/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.implementation.auth/-auth-implementation/set-basic-auth-credentials.html deleted file mode 100644 index 90ad607a..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.implementation.auth/-auth-implementation/set-basic-auth-credentials.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - setBasicAuthCredentials - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

setBasicAuthCredentials

-
-
open override fun setBasicAuthCredentials(apiUserId: String, apiKey: String)

Sets the basic authentication credentials.

Parameters

apiUserId

The API user ID.

apiKey

The API key.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.implementation.auth/index.html b/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.implementation.auth/index.html deleted file mode 100644 index 486d1f5b..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.interfaces.implementation.auth/index.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - io.rekast.sdk.network.interfaces.implementation.auth - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Types

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@Singleton
class AuthImplementation @Inject constructor(basicAuthCredentials: BasicAuthCredentials, accessTokenCredentials: AccessTokenCredentials) : AuthInterface

Implementation of the AuthInterface for managing authentication credentials.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-collection-service/index.html b/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-collection-service/index.html deleted file mode 100644 index 1241ed00..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-collection-service/index.html +++ /dev/null @@ -1,267 +0,0 @@ - - - - - CollectionService - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

CollectionService

-
sealed interface CollectionService : CommonService

This is the retrofit interface to handle the various calls to the CollectionService API. This interface defines the method, the request and response from the API.

-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@GET(value = "/{productType}/{apiVersion}/account/balance")
abstract suspend fun getAccountBalance(@Path(value = "productType") productType: String, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<AccountBalance>

Makes a request to get the Account Balance

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@GET(value = "/{productType}/{apiVersion}/account/balance/{currency}")
abstract suspend fun getAccountBalanceInSpecificCurrency(@Path(value = "currency") currency: String, @Path(value = "productType") productType: String, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<AccountBalance>

Makes a request to get the Account Balance with a currency.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@GET(value = "/{productType}/{apiVersion}/accountholder/msisdn/{accountHolderId}/basicuserinfo")
abstract suspend fun getBasicUserInfo(@Path(value = "accountHolderId") accountHolder: String, @Path(value = "productType") productType: String, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<BasicUserInfo>

Makes a request to get the Basic ApiUser Info

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@GET(value = "/{productType}/{apiVersion}/transfer/{referenceId}")
abstract suspend fun getTransferStatus(@Path(value = "referenceId") referenceId: String, @Path(value = "apiVersion") apiVersion: String, @Path(value = "productType") productType: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<ResponseBody>

Makes a request to get the ApiUser Info with Consent

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@GET(value = "/{productType}/oauth2/{apiVersion}/userinfo")
abstract suspend fun getUserInfoWithConsent(@Path(value = "productType") productType: String, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<UserInfoWithConsent>

Makes a request to get the ApiUser Info with Consent

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@POST(value = "/collection/{apiVersion}/requesttopay")
abstract suspend fun requestToPay(@Body momoTransaction: MomoTransaction, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String, @Header(value = "X-Reference-Id") uuid: String): Response<Unit>

Makes a request to pay a specific user

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@POST(value = "/{productType}/{apiVersion}/requesttopay/{referenceId}/deliverynotification")
abstract suspend fun requestToPayDeliveryNotification(@Body momoNotification: MomoNotification, @Path(value = "referenceId") referenceId: String, @Path(value = "apiVersion") apiVersion: String, @Path(value = "productType") productType: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String, @Header(value = "notificationMessage") notificationMessage: String): Response<ResponseBody>

Makes a request to send the delivery notification

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@GET(value = "/collection/{apiVersion}/requesttopay/{referenceId}")
abstract suspend fun requestToPayTransactionStatus(@Path(value = "referenceId") referenceId: String, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<ResponseBody>

Makes a request to check the status of the payment request

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@POST(value = "/collection/{apiVersion}/requesttowithdraw")
abstract suspend fun requestToWithdraw(@Body momoTransaction: MomoTransaction, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String, @Header(value = "X-Reference-Id") uuid: String): Response<Unit>

Makes a request to withdraw from a specific user

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@GET(value = "/collection/{apiVersion}/requesttowithdraw/{referenceId}")
abstract suspend fun requestToWithdrawTransactionStatus(@Path(value = "referenceId") referenceId: String, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<ResponseBody>

Makes a request to check the status fo the withdrawal

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@POST(value = "/{productType}/{apiVersion}/transfer")
abstract suspend fun transfer(@Body momoTransaction: MomoTransaction, @Path(value = "apiVersion") apiVersion: String, @Path(value = "productType") productType: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String, @Header(value = "X-Reference-Id") uuid: String): Response<Unit>

Makes a request to get the ApiUser Info with Consent

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@GET(value = "/{productType}/{apiVersion}/accountholder/{accountHolderIdType}/{accountHolderId}/active")
abstract suspend fun validateAccountHolderStatus(@Path(value = "accountHolderId") accountHolderId: String, @Path(value = "accountHolderIdType") accountHolderType: String, @Path(value = "apiVersion") apiVersion: String, @Path(value = "productType") productType: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<ResponseBody>

Makes a request to check the account holder status

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-collection-service/request-to-pay-transaction-status.html b/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-collection-service/request-to-pay-transaction-status.html deleted file mode 100644 index 8da191c7..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-collection-service/request-to-pay-transaction-status.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - requestToPayTransactionStatus - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

requestToPayTransactionStatus

-
-
@GET(value = "/collection/{apiVersion}/requesttopay/{referenceId}")
abstract suspend fun requestToPayTransactionStatus(@Path(value = "referenceId") referenceId: String, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<ResponseBody>

Makes a request to check the status of the payment request

Return

ResponseBody -- Returns the Transfer Status

Parameters

referenceId

-- The Transfer Reference ID. This is a UUID V4. This is the ID used here requestToPay

apiVersion

-- The app Version (v1_0 or v2_0)

productSubscriptionKey

-- The Product subscription Key (Ocp-Apim-Subscription-Key)

environment

-- The API environment (X-Target-Environment)

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-collection-service/request-to-pay.html b/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-collection-service/request-to-pay.html deleted file mode 100644 index b525eb8d..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-collection-service/request-to-pay.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - requestToPay - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

requestToPay

-
-
@POST(value = "/collection/{apiVersion}/requesttopay")
abstract suspend fun requestToPay(@Body momoTransaction: MomoTransaction, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String, @Header(value = "X-Reference-Id") uuid: String): Response<Unit>

Makes a request to pay a specific user

Return

Unit -- Returns the Transfer Status

Parameters

momoTransaction

-- This is the Transfer Payload MomoTransaction

apiVersion

-- The app Version (v1_0 or v2_0)

productSubscriptionKey

-- The Product subscription Key (Ocp-Apim-Subscription-Key)

environment

-- The API environment (X-Target-Environment)

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-collection-service/request-to-withdraw-transaction-status.html b/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-collection-service/request-to-withdraw-transaction-status.html deleted file mode 100644 index 03c21bf8..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-collection-service/request-to-withdraw-transaction-status.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - requestToWithdrawTransactionStatus - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

requestToWithdrawTransactionStatus

-
-
@GET(value = "/collection/{apiVersion}/requesttowithdraw/{referenceId}")
abstract suspend fun requestToWithdrawTransactionStatus(@Path(value = "referenceId") referenceId: String, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<ResponseBody>

Makes a request to check the status fo the withdrawal

Return

ResponseBody -- Returns the Transfer Status

Parameters

referenceId

-- The Transfer Reference ID. This is a UUID V4. This is the ID used here requestToWithdraw

apiVersion

-- The app Version (v1_0 or v2_0)

productSubscriptionKey

-- The Product subscription Key (Ocp-Apim-Subscription-Key)

environment

-- The API environment (X-Target-Environment)

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-collection-service/request-to-withdraw.html b/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-collection-service/request-to-withdraw.html deleted file mode 100644 index 4d9e8134..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-collection-service/request-to-withdraw.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - requestToWithdraw - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

requestToWithdraw

-
-
@POST(value = "/collection/{apiVersion}/requesttowithdraw")
abstract suspend fun requestToWithdraw(@Body momoTransaction: MomoTransaction, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String, @Header(value = "X-Reference-Id") uuid: String): Response<Unit>

Makes a request to withdraw from a specific user

Return

Unit -- Returns the Transfer Status

Parameters

momoTransaction

-- This is the Transfer Payload MomoTransaction

apiVersion

-- The app Version (v1_0 or v2_0)

productSubscriptionKey

-- The Product subscription Key (Ocp-Apim-Subscription-Key)

environment

-- The API environment (X-Target-Environment)

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-common-service/get-account-balance-in-specific-currency.html b/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-common-service/get-account-balance-in-specific-currency.html deleted file mode 100644 index d0d23e51..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-common-service/get-account-balance-in-specific-currency.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - getAccountBalanceInSpecificCurrency - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

getAccountBalanceInSpecificCurrency

-
-
@GET(value = "/{productType}/{apiVersion}/account/balance/{currency}")
abstract suspend fun getAccountBalanceInSpecificCurrency(@Path(value = "currency") currency: String, @Path(value = "productType") productType: String, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<AccountBalance>

Makes a request to get the Account Balance with a currency.

Return

AccountBalance -- Returns the Account Balance

Parameters

currency

-- This is the Currency based on the ISO standard. Read more here https://www.iban.com/currency-codes

productType

-- The API Products (MomoConstants.ProductTypes)

apiVersion

-- The app Version (v1_0 or v2_0)

productSubscriptionKey

-- The Product subscription Key (Ocp-Apim-Subscription-Key)

environment

-- The API environment (X-Target-Environment)

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-common-service/get-account-balance.html b/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-common-service/get-account-balance.html deleted file mode 100644 index be650dd2..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-common-service/get-account-balance.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - getAccountBalance - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

getAccountBalance

-
-
@GET(value = "/{productType}/{apiVersion}/account/balance")
abstract suspend fun getAccountBalance(@Path(value = "productType") productType: String, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<AccountBalance>

Makes a request to get the Account Balance

Return

AccountBalance -- Returns the Account Balance

Parameters

productType

-- The API Products (MomoConstants.ProductTypes)

apiVersion

-- The app Version (v1_0 or v2_0)

productSubscriptionKey

-- The Product subscription Key (Ocp-Apim-Subscription-Key)

environment

-- The API environment (X-Target-Environment)

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-common-service/get-basic-user-info.html b/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-common-service/get-basic-user-info.html deleted file mode 100644 index 33e6d666..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-common-service/get-basic-user-info.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - getBasicUserInfo - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

getBasicUserInfo

-
-
@GET(value = "/{productType}/{apiVersion}/accountholder/msisdn/{accountHolderId}/basicuserinfo")
abstract suspend fun getBasicUserInfo(@Path(value = "accountHolderId") accountHolder: String, @Path(value = "productType") productType: String, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<BasicUserInfo>

Makes a request to get the Basic ApiUser Info

Return

BasicUserInfo -- Returns the Basic ApiUser Info

Parameters

productType

-- The API Products (MomoConstants.ProductTypes)

apiVersion

-- The app Version (v1_0 or v2_0)

productSubscriptionKey

-- The Product subscription Key (Ocp-Apim-Subscription-Key)

environment

-- The API environment (X-Target-Environment)

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-common-service/get-transfer-status.html b/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-common-service/get-transfer-status.html deleted file mode 100644 index 8f8af690..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-common-service/get-transfer-status.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - getTransferStatus - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

getTransferStatus

-
-
@GET(value = "/{productType}/{apiVersion}/transfer/{referenceId}")
abstract suspend fun getTransferStatus(@Path(value = "referenceId") referenceId: String, @Path(value = "apiVersion") apiVersion: String, @Path(value = "productType") productType: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<ResponseBody>

Makes a request to get the ApiUser Info with Consent

Return

ResponseBody -- Returns the Transfer Status

Parameters

referenceId

-- The Transfer Reference ID. This is a UUID V4. This is the ID used here transfer

productType

-- The API Products (MomoConstants.ProductTypes)

apiVersion

-- The app Version (v1_0 or v2_0)

productSubscriptionKey

-- The Product subscription Key (Ocp-Apim-Subscription-Key)

environment

-- The API environment (X-Target-Environment)

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-common-service/get-user-info-with-consent.html b/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-common-service/get-user-info-with-consent.html deleted file mode 100644 index aacca1db..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-common-service/get-user-info-with-consent.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - getUserInfoWithConsent - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

getUserInfoWithConsent

-
-
@GET(value = "/{productType}/oauth2/{apiVersion}/userinfo")
abstract suspend fun getUserInfoWithConsent(@Path(value = "productType") productType: String, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<UserInfoWithConsent>

Makes a request to get the ApiUser Info with Consent

Return

UserInfoWithConsent -- Returns the ApiUser Info with Consent

Parameters

productType

-- The API Products (MomoConstants.ProductTypes)

apiVersion

-- The app Version (v1_0 or v2_0)

productSubscriptionKey

-- The Product subscription Key (Ocp-Apim-Subscription-Key)

environment

-- The API environment (X-Target-Environment)

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-common-service/index.html b/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-common-service/index.html deleted file mode 100644 index b30319d7..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-common-service/index.html +++ /dev/null @@ -1,207 +0,0 @@ - - - - - CommonService - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

CommonService

-
sealed interface CommonService

This is the retrofit interface to handle the various calls to the Shared Product APIs. This interface defines the method, the request and response from the API.

Inheritors

-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@GET(value = "/{productType}/{apiVersion}/account/balance")
abstract suspend fun getAccountBalance(@Path(value = "productType") productType: String, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<AccountBalance>

Makes a request to get the Account Balance

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@GET(value = "/{productType}/{apiVersion}/account/balance/{currency}")
abstract suspend fun getAccountBalanceInSpecificCurrency(@Path(value = "currency") currency: String, @Path(value = "productType") productType: String, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<AccountBalance>

Makes a request to get the Account Balance with a currency.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@GET(value = "/{productType}/{apiVersion}/accountholder/msisdn/{accountHolderId}/basicuserinfo")
abstract suspend fun getBasicUserInfo(@Path(value = "accountHolderId") accountHolder: String, @Path(value = "productType") productType: String, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<BasicUserInfo>

Makes a request to get the Basic ApiUser Info

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@GET(value = "/{productType}/{apiVersion}/transfer/{referenceId}")
abstract suspend fun getTransferStatus(@Path(value = "referenceId") referenceId: String, @Path(value = "apiVersion") apiVersion: String, @Path(value = "productType") productType: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<ResponseBody>

Makes a request to get the ApiUser Info with Consent

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@GET(value = "/{productType}/oauth2/{apiVersion}/userinfo")
abstract suspend fun getUserInfoWithConsent(@Path(value = "productType") productType: String, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<UserInfoWithConsent>

Makes a request to get the ApiUser Info with Consent

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@POST(value = "/{productType}/{apiVersion}/requesttopay/{referenceId}/deliverynotification")
abstract suspend fun requestToPayDeliveryNotification(@Body momoNotification: MomoNotification, @Path(value = "referenceId") referenceId: String, @Path(value = "apiVersion") apiVersion: String, @Path(value = "productType") productType: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String, @Header(value = "notificationMessage") notificationMessage: String): Response<ResponseBody>

Makes a request to send the delivery notification

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@POST(value = "/{productType}/{apiVersion}/transfer")
abstract suspend fun transfer(@Body momoTransaction: MomoTransaction, @Path(value = "apiVersion") apiVersion: String, @Path(value = "productType") productType: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String, @Header(value = "X-Reference-Id") uuid: String): Response<Unit>

Makes a request to get the ApiUser Info with Consent

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@GET(value = "/{productType}/{apiVersion}/accountholder/{accountHolderIdType}/{accountHolderId}/active")
abstract suspend fun validateAccountHolderStatus(@Path(value = "accountHolderId") accountHolderId: String, @Path(value = "accountHolderIdType") accountHolderType: String, @Path(value = "apiVersion") apiVersion: String, @Path(value = "productType") productType: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<ResponseBody>

Makes a request to check the account holder status

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-common-service/request-to-pay-delivery-notification.html b/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-common-service/request-to-pay-delivery-notification.html deleted file mode 100644 index ecc0782e..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-common-service/request-to-pay-delivery-notification.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - requestToPayDeliveryNotification - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

requestToPayDeliveryNotification

-
-
@POST(value = "/{productType}/{apiVersion}/requesttopay/{referenceId}/deliverynotification")
abstract suspend fun requestToPayDeliveryNotification(@Body momoNotification: MomoNotification, @Path(value = "referenceId") referenceId: String, @Path(value = "apiVersion") apiVersion: String, @Path(value = "productType") productType: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String, @Header(value = "notificationMessage") notificationMessage: String): Response<ResponseBody>

Makes a request to send the delivery notification

Return

ResponseBody -- Returns the Transfer Status

Parameters

momoNotification

-- The notification message. This is by default capped 1t 160 characters. Use the Setting.checkNotificationMessageLength to check the length

referenceId

-- The Transfer Reference ID. This is a UUID V4. It should be the customer Id.

apiVersion

-- The app Version (v1_0 or v2_0)

productType

-- The API Products (MomoConstants.ProductTypes)

productSubscriptionKey

-- The Product subscription Key (Ocp-Apim-Subscription-Key)

environment

-- The API environment (X-Target-Environment)

notificationMessage

-- This is the notification message to be sent to the user. It's the same as the MomoNotification.notificationMessage added on the momoNotification

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-common-service/transfer.html b/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-common-service/transfer.html deleted file mode 100644 index 4bcf58ca..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-common-service/transfer.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - transfer - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

transfer

-
-
@POST(value = "/{productType}/{apiVersion}/transfer")
abstract suspend fun transfer(@Body momoTransaction: MomoTransaction, @Path(value = "apiVersion") apiVersion: String, @Path(value = "productType") productType: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String, @Header(value = "X-Reference-Id") uuid: String): Response<Unit>

Makes a request to get the ApiUser Info with Consent

Return

Unit -- Returns the Transfer Status

Parameters

momoTransaction

-- This is the Transfer Payload MomoTransaction

apiVersion

-- The app Version (v1_0 or v2_0)

productType

-- The API Products (MomoConstants.ProductTypes)

productSubscriptionKey

-- The Product subscription Key (Ocp-Apim-Subscription-Key)

environment

-- The API environment (X-Target-Environment)

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-common-service/validate-account-holder-status.html b/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-common-service/validate-account-holder-status.html deleted file mode 100644 index bfc19f64..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-common-service/validate-account-holder-status.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - validateAccountHolderStatus - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

validateAccountHolderStatus

-
-
@GET(value = "/{productType}/{apiVersion}/accountholder/{accountHolderIdType}/{accountHolderId}/active")
abstract suspend fun validateAccountHolderStatus(@Path(value = "accountHolderId") accountHolderId: String, @Path(value = "accountHolderIdType") accountHolderType: String, @Path(value = "apiVersion") apiVersion: String, @Path(value = "productType") productType: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<ResponseBody>

Makes a request to check the account holder status

Return

ResponseBody -- Returns the Transfer Status

Parameters

accountHolderId

-- This is the account holder unique Id e.g the phone number

accountHolderType

-- This is the account holder type. e.g MSISDN

apiVersion

-- The app Version (v1_0 or v2_0)

productType

-- The API Products (MomoConstants.ProductTypes)

productSubscriptionKey

-- The Product subscription Key (Ocp-Apim-Subscription-Key)

environment

-- The API environment (X-Target-Environment)

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-disbursements-service/deposit.html b/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-disbursements-service/deposit.html deleted file mode 100644 index 7bde725e..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-disbursements-service/deposit.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - deposit - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

deposit

-
-
@POST(value = "/disbursement/{apiVersion}/deposit")
abstract suspend fun deposit(@Body momoTransaction: MomoTransaction, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String, @Header(value = "X-Reference-Id") uuid: String): Response<Unit>

Makes a request to deposit to a specific user

Return

Unit -- Returns the Transfer Status

Parameters

momoTransaction

-- This is the Transfer Payload MomoTransaction

apiVersion

-- The app Version (v1_0 or v2_0)

productSubscriptionKey

-- The Product subscription Key (Ocp-Apim-Subscription-Key)

environment

-- The API environment (X-Target-Environment)

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-disbursements-service/get-deposit-status.html b/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-disbursements-service/get-deposit-status.html deleted file mode 100644 index fb9e6232..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-disbursements-service/get-deposit-status.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - getDepositStatus - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

getDepositStatus

-
-
@GET(value = "/disbursement/{apiVersion}/deposit/{referenceId}")
abstract suspend fun getDepositStatus(@Path(value = "referenceId") referenceId: String, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<ResponseBody>

Makes a request to check the status of the deposit request

Return

ResponseBody -- Returns the Transfer Status

Parameters

referenceId

-- The Transfer Reference ID. This is a UUID V4. This is the ID used here deposit

apiVersion

-- The app Version (v1_0 or v2_0)

productSubscriptionKey

-- The Product subscription Key (Ocp-Apim-Subscription-Key)

environment

-- The API environment (X-Target-Environment)

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-disbursements-service/get-refund-status.html b/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-disbursements-service/get-refund-status.html deleted file mode 100644 index b273dfe7..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-disbursements-service/get-refund-status.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - getRefundStatus - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

getRefundStatus

-
-
@GET(value = "/disbursement/{apiVersion}/refund/{referenceId}")
abstract suspend fun getRefundStatus(@Path(value = "referenceId") referenceId: String, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<ResponseBody>

Makes a request to check the status of the refund

Return

ResponseBody -- Returns the Transfer Status

Parameters

referenceId

-- The Transfer Reference ID. This is a UUID V4. This is the ID used here refund

apiVersion

-- The app Version (v1_0 or v2_0)

productSubscriptionKey

-- The Product subscription Key (Ocp-Apim-Subscription-Key)

environment

-- The API environment (X-Target-Environment)

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-disbursements-service/index.html b/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-disbursements-service/index.html deleted file mode 100644 index 227bd7c2..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-disbursements-service/index.html +++ /dev/null @@ -1,267 +0,0 @@ - - - - - DisbursementsService - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DisbursementsService

-

This is the retrofit interface to handle the various calls to the DisbursementsService API. This interface defines the method, the request and response from the API.

-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@POST(value = "/disbursement/{apiVersion}/deposit")
abstract suspend fun deposit(@Body momoTransaction: MomoTransaction, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String, @Header(value = "X-Reference-Id") uuid: String): Response<Unit>

Makes a request to deposit to a specific user

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@GET(value = "/{productType}/{apiVersion}/account/balance")
abstract suspend fun getAccountBalance(@Path(value = "productType") productType: String, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<AccountBalance>

Makes a request to get the Account Balance

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@GET(value = "/{productType}/{apiVersion}/account/balance/{currency}")
abstract suspend fun getAccountBalanceInSpecificCurrency(@Path(value = "currency") currency: String, @Path(value = "productType") productType: String, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<AccountBalance>

Makes a request to get the Account Balance with a currency.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@GET(value = "/{productType}/{apiVersion}/accountholder/msisdn/{accountHolderId}/basicuserinfo")
abstract suspend fun getBasicUserInfo(@Path(value = "accountHolderId") accountHolder: String, @Path(value = "productType") productType: String, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<BasicUserInfo>

Makes a request to get the Basic ApiUser Info

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@GET(value = "/disbursement/{apiVersion}/deposit/{referenceId}")
abstract suspend fun getDepositStatus(@Path(value = "referenceId") referenceId: String, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<ResponseBody>

Makes a request to check the status of the deposit request

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@GET(value = "/disbursement/{apiVersion}/refund/{referenceId}")
abstract suspend fun getRefundStatus(@Path(value = "referenceId") referenceId: String, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<ResponseBody>

Makes a request to check the status of the refund

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@GET(value = "/{productType}/{apiVersion}/transfer/{referenceId}")
abstract suspend fun getTransferStatus(@Path(value = "referenceId") referenceId: String, @Path(value = "apiVersion") apiVersion: String, @Path(value = "productType") productType: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<ResponseBody>

Makes a request to get the ApiUser Info with Consent

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@GET(value = "/{productType}/oauth2/{apiVersion}/userinfo")
abstract suspend fun getUserInfoWithConsent(@Path(value = "productType") productType: String, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<UserInfoWithConsent>

Makes a request to get the ApiUser Info with Consent

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@POST(value = "/disbursement/{apiVersion}/refund")
abstract suspend fun refund(@Body momoTransaction: MomoTransaction, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String, @Header(value = "X-Reference-Id") uuid: String): Response<Unit>

Makes a request to refund a specific user

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@POST(value = "/{productType}/{apiVersion}/requesttopay/{referenceId}/deliverynotification")
abstract suspend fun requestToPayDeliveryNotification(@Body momoNotification: MomoNotification, @Path(value = "referenceId") referenceId: String, @Path(value = "apiVersion") apiVersion: String, @Path(value = "productType") productType: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String, @Header(value = "notificationMessage") notificationMessage: String): Response<ResponseBody>

Makes a request to send the delivery notification

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@POST(value = "/{productType}/{apiVersion}/transfer")
abstract suspend fun transfer(@Body momoTransaction: MomoTransaction, @Path(value = "apiVersion") apiVersion: String, @Path(value = "productType") productType: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String, @Header(value = "X-Reference-Id") uuid: String): Response<Unit>

Makes a request to get the ApiUser Info with Consent

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@GET(value = "/{productType}/{apiVersion}/accountholder/{accountHolderIdType}/{accountHolderId}/active")
abstract suspend fun validateAccountHolderStatus(@Path(value = "accountHolderId") accountHolderId: String, @Path(value = "accountHolderIdType") accountHolderType: String, @Path(value = "apiVersion") apiVersion: String, @Path(value = "productType") productType: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String): Response<ResponseBody>

Makes a request to check the account holder status

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-disbursements-service/refund.html b/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-disbursements-service/refund.html deleted file mode 100644 index 396f8757..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/-disbursements-service/refund.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - refund - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

refund

-
-
@POST(value = "/disbursement/{apiVersion}/refund")
abstract suspend fun refund(@Body momoTransaction: MomoTransaction, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String, @Header(value = "X-Target-Environment") environment: String, @Header(value = "X-Reference-Id") uuid: String): Response<Unit>

Makes a request to refund a specific user

Return

Unit -- Returns the Transfer Status

Parameters

momoTransaction

-- This is the Transfer Payload MomoTransaction

apiVersion

-- The app Version (v1_0 or v2_0)

productSubscriptionKey

-- The Product subscription Key (Ocp-Apim-Subscription-Key)

environment

-- The API environment (X-Target-Environment)

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/index.html b/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/index.html deleted file mode 100644 index 92d74dbb..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.service.products/index.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - io.rekast.sdk.network.service.products - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Types

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
sealed interface CollectionService : CommonService

This is the retrofit interface to handle the various calls to the CollectionService API. This interface defines the method, the request and response from the API.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
sealed interface CommonService

This is the retrofit interface to handle the various calls to the Shared Product APIs. This interface defines the method, the request and response from the API.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

This is the retrofit interface to handle the various calls to the DisbursementsService API. This interface defines the method, the request and response from the API.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.service/-authentication-service/create-api-key.html b/dokka/momo-api-sdk/io.rekast.sdk.network.service/-authentication-service/create-api-key.html deleted file mode 100644 index 2ec0c074..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.service/-authentication-service/create-api-key.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - createApiKey - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

createApiKey

-
-
@POST(value = "/{apiVersion}/apiuser/{apiUser}/apikey")
abstract suspend fun createApiKey(@Path(value = "apiVersion") apiVersion: String, @Path(value = "apiUser") apiUser: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String): Response<ApiKey>

Creates a new API key for the specified API user.

Return

A Response containing the generated ApiKey.

Parameters

apiVersion

The version of the API (e.g., v1_0 or v2_0).

apiUser

The ID of the API user for whom to create the key.

productSubscriptionKey

The subscription key for the product.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.service/-authentication-service/create-api-user.html b/dokka/momo-api-sdk/io.rekast.sdk.network.service/-authentication-service/create-api-user.html deleted file mode 100644 index a5d19424..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.service/-authentication-service/create-api-user.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - createApiUser - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

createApiUser

-
-
@POST(value = "/{apiVersion}/apiuser")
abstract suspend fun createApiUser(@Path(value = "apiVersion") apiVersion: String, @Header(value = "X-Reference-Id") uuid: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String): Response<ApiUser>
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.service/-authentication-service/get-access-token.html b/dokka/momo-api-sdk/io.rekast.sdk.network.service/-authentication-service/get-access-token.html deleted file mode 100644 index 22f7b8e7..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.service/-authentication-service/get-access-token.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - getAccessToken - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

getAccessToken

-
-
@POST(value = "/{productType}/token/")
abstract suspend fun getAccessToken(@Path(value = "productType") productType: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String): Response<AccessToken>

Obtains an access token for the specified product type.

Return

A Response containing the obtained AccessToken.

Parameters

productType

The type of product for which to obtain the access token.

productSubscriptionKey

The subscription key for the product.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.service/-authentication-service/get-api-user.html b/dokka/momo-api-sdk/io.rekast.sdk.network.service/-authentication-service/get-api-user.html deleted file mode 100644 index ba16b8d9..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.service/-authentication-service/get-api-user.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - getApiUser - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

getApiUser

-
-
@GET(value = "/{apiVersion}/apiuser/{apiUser}")
abstract suspend fun getApiUser(@Path(value = "apiVersion") apiVersion: String, @Path(value = "apiUser") apiUser: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String): Response<ApiUser>

Retrieves the details of an existing API user.

Return

A Response containing the requested ApiUser.

Parameters

apiVersion

The version of the API (e.g., v1_0 or v2_0).

apiUser

The ID of the API user to retrieve.

productSubscriptionKey

The subscription key for the product.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.service/-authentication-service/index.html b/dokka/momo-api-sdk/io.rekast.sdk.network.service/-authentication-service/index.html deleted file mode 100644 index f6711979..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.service/-authentication-service/index.html +++ /dev/null @@ -1,147 +0,0 @@ - - - - - AuthenticationService - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

AuthenticationService

-
sealed interface AuthenticationService

This interface defines the Retrofit service for handling various authentication-related API calls.

It includes methods for creating API users, retrieving API user details, generating API keys, and obtaining access tokens.

-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@POST(value = "/{apiVersion}/apiuser/{apiUser}/apikey")
abstract suspend fun createApiKey(@Path(value = "apiVersion") apiVersion: String, @Path(value = "apiUser") apiUser: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String): Response<ApiKey>

Creates a new API key for the specified API user.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@POST(value = "/{apiVersion}/apiuser")
abstract suspend fun createApiUser(@Path(value = "apiVersion") apiVersion: String, @Header(value = "X-Reference-Id") uuid: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String): Response<ApiUser>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@POST(value = "/{productType}/token/")
abstract suspend fun getAccessToken(@Path(value = "productType") productType: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String): Response<AccessToken>

Obtains an access token for the specified product type.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@GET(value = "/{apiVersion}/apiuser/{apiUser}")
abstract suspend fun getApiUser(@Path(value = "apiVersion") apiVersion: String, @Path(value = "apiUser") apiUser: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String): Response<ApiUser>

Retrieves the details of an existing API user.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network.service/index.html b/dokka/momo-api-sdk/io.rekast.sdk.network.service/index.html deleted file mode 100644 index 455cb2a1..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network.service/index.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - io.rekast.sdk.network.service - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Types

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
sealed interface AuthenticationService

This interface defines the Retrofit service for handling various authentication-related API calls.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/get-authentication.html b/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/get-authentication.html deleted file mode 100644 index a3f89fdc..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/get-authentication.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - getAuthentication - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

getAuthentication

-
-
@Provides
@Singleton
fun getAuthentication(retrofit: Retrofit): AuthenticationService

Provides an instance of AuthenticationService.

Return

An instance of AuthenticationService.

Parameters

retrofit

The Retrofit instance used to create the service.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/get-collection.html b/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/get-collection.html deleted file mode 100644 index 6fadbbfc..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/get-collection.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - getCollection - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

getCollection

-
-
@Provides
@Singleton
fun getCollection(retrofit: Retrofit): CollectionService

Provides an instance of CollectionService.

Return

An instance of CollectionService.

Parameters

retrofit

The Retrofit instance used to create the service.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/get-common-service.html b/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/get-common-service.html deleted file mode 100644 index d0e17f38..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/get-common-service.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - getCommonService - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

getCommonService

-
-
@Provides
@Singleton
fun getCommonService(retrofit: Retrofit): CommonService

Provides an instance of CommonService.

Return

An instance of CommonService.

Parameters

retrofit

The Retrofit instance used to create the service.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/get-disbursement.html b/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/get-disbursement.html deleted file mode 100644 index 3a262470..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/get-disbursement.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - getDisbursement - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

getDisbursement

-
-
@Provides
@Singleton
fun getDisbursement(retrofit: Retrofit): DisbursementsService

Provides an instance of DisbursementsService.

Return

An instance of DisbursementsService.

Parameters

retrofit

The Retrofit instance used to create the service.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/index.html b/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/index.html deleted file mode 100644 index 3a64df98..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/index.html +++ /dev/null @@ -1,267 +0,0 @@ - - - - - NetworkModule - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

NetworkModule

-
@Module
object NetworkModule

Provides network-related dependencies using Dagger Hilt.

This module includes methods to provide instances of Retrofit, OkHttpClient, authentication credentials, and various services used in the application.

-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@Provides
@Singleton
fun getAuthentication(retrofit: Retrofit): AuthenticationService

Provides an instance of AuthenticationService.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@Provides
@Singleton
fun getCollection(retrofit: Retrofit): CollectionService

Provides an instance of CollectionService.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@Provides
@Singleton
fun getCommonService(retrofit: Retrofit): CommonService

Provides an instance of CommonService.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@Provides
@Singleton
fun getDisbursement(retrofit: Retrofit): DisbursementsService

Provides an instance of DisbursementsService.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Provides an instance of AccessTokenCredentials.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@Provides
@Singleton
fun provideApiAuthenticator(basicAuthCredentials: BasicAuthCredentials, accessTokenCredentials: AccessTokenCredentials): AuthInterface

Provides an instance of AuthInterface.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Provides an instance of BasicAuthCredentials.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@Provides
@Singleton
fun provideGson(): Gson

Provides an instance of Gson.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@Provides
@Singleton
fun provideOkHttpClient(httpLoggingInterceptor: HttpLoggingInterceptor, basicAuthCredentials: BasicAuthCredentials, accessTokenCredentials: AccessTokenCredentials, baseUrl: String): OkHttpClient

Provides an instance of OkHttpClient.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@Provides
@Singleton
fun provideRetrofit(okHttpClient: OkHttpClient, gson: Gson, baseUrl: String): Retrofit

Provides an instance of Retrofit.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@Provides
@Singleton
fun providesBaseUrl(): String

Provides the base URL for the API.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@Provides
@Singleton
fun providesHttpLoggingInterceptor(): HttpLoggingInterceptor

Provides an instance of HttpLoggingInterceptor.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/provide-access-token-credentials.html b/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/provide-access-token-credentials.html deleted file mode 100644 index 2cdf731c..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/provide-access-token-credentials.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - provideAccessTokenCredentials - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

provideAccessTokenCredentials

-
-

Provides an instance of AccessTokenCredentials.

Return

A new instance of AccessTokenCredentials initialized with an empty string.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/provide-api-authenticator.html b/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/provide-api-authenticator.html deleted file mode 100644 index f7be4e5e..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/provide-api-authenticator.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - provideApiAuthenticator - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

provideApiAuthenticator

-
-
@Provides
@Singleton
fun provideApiAuthenticator(basicAuthCredentials: BasicAuthCredentials, accessTokenCredentials: AccessTokenCredentials): AuthInterface

Provides an instance of AuthInterface.

Return

An instance of AuthInterface implemented by AuthImplementation.

Parameters

basicAuthCredentials

The basic authentication credentials.

accessTokenCredentials

The access token credentials.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/provide-basic-auth-credentials.html b/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/provide-basic-auth-credentials.html deleted file mode 100644 index 3b0a526e..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/provide-basic-auth-credentials.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - provideBasicAuthCredentials - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

provideBasicAuthCredentials

-
-

Provides an instance of BasicAuthCredentials.

Return

A new instance of BasicAuthCredentials initialized with empty strings.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/provide-gson.html b/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/provide-gson.html deleted file mode 100644 index d5bf8055..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/provide-gson.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - provideGson - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

provideGson

-
-
@Provides
@Singleton
fun provideGson(): Gson

Provides an instance of Gson.

Return

A new instance of Gson created using GsonBuilder.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/provide-ok-http-client.html b/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/provide-ok-http-client.html deleted file mode 100644 index 79cff8cc..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/provide-ok-http-client.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - provideOkHttpClient - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

provideOkHttpClient

-
-
@Provides
@Singleton
fun provideOkHttpClient(httpLoggingInterceptor: HttpLoggingInterceptor, basicAuthCredentials: BasicAuthCredentials, accessTokenCredentials: AccessTokenCredentials, baseUrl: String): OkHttpClient

Provides an instance of OkHttpClient.

Return

A configured instance of OkHttpClient.

Parameters

httpLoggingInterceptor

The logging interceptor for HTTP requests.

basicAuthCredentials

The basic authentication credentials.

accessTokenCredentials

The access token credentials.

baseUrl

The base URL for the API.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/provide-retrofit.html b/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/provide-retrofit.html deleted file mode 100644 index 561a88f8..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/provide-retrofit.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - provideRetrofit - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

provideRetrofit

-
-
@Provides
@Singleton
fun provideRetrofit(okHttpClient: OkHttpClient, gson: Gson, baseUrl: String): Retrofit

Provides an instance of Retrofit.

Return

A configured instance of Retrofit.

Parameters

okHttpClient

The OkHttpClient instance to be used by Retrofit.

gson

The Gson instance for JSON serialization/deserialization.

baseUrl

The base URL for the API.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/provides-base-url.html b/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/provides-base-url.html deleted file mode 100644 index a70d8b3f..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/provides-base-url.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - providesBaseUrl - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

providesBaseUrl

-
-
@Provides
@Singleton
fun providesBaseUrl(): String

Provides the base URL for the API.

Return

The base URL defined in the BuildConfig.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/provides-http-logging-interceptor.html b/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/provides-http-logging-interceptor.html deleted file mode 100644 index 8e2a5aa7..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network/-network-module/provides-http-logging-interceptor.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - providesHttpLoggingInterceptor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

providesHttpLoggingInterceptor

-
-
@Provides
@Singleton
fun providesHttpLoggingInterceptor(): HttpLoggingInterceptor

Provides an instance of HttpLoggingInterceptor.

Return

A configured instance of HttpLoggingInterceptor with body logging enabled.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.network/index.html b/dokka/momo-api-sdk/io.rekast.sdk.network/index.html deleted file mode 100644 index a29b5798..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.network/index.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - io.rekast.sdk.network - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Types

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@Module
object NetworkModule

Provides network-related dependencies using Dagger Hilt.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/-default-repository.html b/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/-default-repository.html deleted file mode 100644 index 09cd3ff6..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/-default-repository.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - DefaultRepository - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DefaultRepository

-
-
@Inject
constructor(authenticationService: AuthenticationService, commonService: CommonService, disbursementsService: DisbursementsService, collection: CollectionService, basicAuthCredentialsT: BasicAuthCredentials, accessTokenCredentialsT: AccessTokenCredentials)
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/check-api-user.html b/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/check-api-user.html deleted file mode 100644 index b59f6242..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/check-api-user.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - checkApiUser - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

checkApiUser

-
-
suspend fun checkApiUser(apiVersion: String, productSubscriptionKey: String): Response<ApiUser>

Checks whether the supplied API user exists.

Return

A Response containing the ApiUser if found.

Parameters

apiVersion

The version of the API to use.

productSubscriptionKey

The subscription key for the product.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/create-api-key.html b/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/create-api-key.html deleted file mode 100644 index bcf83ff3..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/create-api-key.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - createApiKey - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

createApiKey

-
-
suspend fun createApiKey(apiVersion: String, productSubscriptionKey: String): Response<ApiKey>

Gets the API Key based on the ApiUser Id and OCP Subscription Id.

Return

A Response containing the created ApiKey.

Parameters

apiVersion

The version of the API to use.

productSubscriptionKey

The subscription key for the product.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/create-api-user.html b/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/create-api-user.html deleted file mode 100644 index b6b2b4ab..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/create-api-user.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - createApiUser - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

createApiUser

-
-
suspend fun createApiUser(apiVersion: String, uuid: String, productSubscriptionKey: String): Response<ApiUser>

Creates a new API user.

Return

A Response containing the created ApiUser.

Parameters

apiVersion

The version of the API to use.

uuid

A unique identifier for the request.

productSubscriptionKey

The subscription key for the product.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/deposit.html b/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/deposit.html deleted file mode 100644 index 20ebaa3f..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/deposit.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - deposit - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

deposit

-
-
suspend fun deposit(accessToken: String, momoTransaction: MomoTransaction, apiVersion: String, productSubscriptionKey: String, uuid: String): Response<Unit>

Requests a deposit to be processed.

Return

A Response indicating the result of the request.

Parameters

accessToken

The access token for authentication.

momoTransaction

The transaction details.

apiVersion

The version of the API to use.

productSubscriptionKey

The subscription key for the product.

uuid

A unique identifier for the request.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/get-access-token.html b/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/get-access-token.html deleted file mode 100644 index 66f4fc68..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/get-access-token.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - getAccessToken - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

getAccessToken

-
-
suspend fun getAccessToken(productSubscriptionKey: String, productType: String): Response<AccessToken>

Gets the Access Token based on the ApiUser ID, OCP Subscription Id, and the API Key.

Return

A Response containing the obtained AccessToken.

Parameters

productSubscriptionKey

The subscription key for the product.

productType

The type of product for which to obtain the access token.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/get-account-balance.html b/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/get-account-balance.html deleted file mode 100644 index 462da999..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/get-account-balance.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - getAccountBalance - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

getAccountBalance

-
-
suspend fun getAccountBalance(currency: String?, productSubscriptionKey: String, accessToken: String, apiVersion: String, productType: String): Response<AccountBalance>

Gets the account balance of the entity/user initiating the transaction.

Return

A Response containing the AccountBalance.

Parameters

currency

The currency for which to get the account balance.

productSubscriptionKey

The subscription key for the product.

accessToken

The access token for authentication.

apiVersion

The version of the API to use.

productType

The type of product for which to get the account balance.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/get-basic-user-info.html b/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/get-basic-user-info.html deleted file mode 100644 index fec4260c..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/get-basic-user-info.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - getBasicUserInfo - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

getBasicUserInfo

-
-
suspend fun getBasicUserInfo(accountHolder: String, productSubscriptionKey: String, accessToken: String, apiVersion: String, productType: String): Response<BasicUserInfo>

Retrieves the basic user information for a specified MTN MOMO user.

Return

A Response containing the BasicUserInfo of the specified user.

Parameters

accountHolder

The identifier for the account holder.

productSubscriptionKey

The subscription key for the product.

accessToken

The access token for authentication.

apiVersion

The version of the API to use.

productType

The type of product for which to retrieve the user information.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/get-deposit-status.html b/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/get-deposit-status.html deleted file mode 100644 index 0c258089..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/get-deposit-status.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - getDepositStatus - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

getDepositStatus

-
-
suspend fun getDepositStatus(referenceId: String, apiVersion: String, productSubscriptionKey: String, accessToken: String): Response<ResponseBody>

Gets the status of a deposit transaction.

Return

A Response containing the status of the deposit transaction.

Parameters

referenceId

The reference ID of the transaction.

apiVersion

The version of the API to use.

productSubscriptionKey

The subscription key for the product.

accessToken

The access token for authentication.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/get-refund-status.html b/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/get-refund-status.html deleted file mode 100644 index c724f3a1..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/get-refund-status.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - getRefundStatus - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

getRefundStatus

-
-
suspend fun getRefundStatus(referenceId: String, apiVersion: String, productSubscriptionKey: String, accessToken: String): Response<ResponseBody>

Gets the status of a refund transaction.

Return

A Response containing the status of the refund transaction.

Parameters

referenceId

The reference ID of the transaction.

apiVersion

The version of the API to use.

productSubscriptionKey

The subscription key for the product.

accessToken

The access token for authentication.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/get-transfer-status.html b/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/get-transfer-status.html deleted file mode 100644 index 78c10c1d..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/get-transfer-status.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - getTransferStatus - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

getTransferStatus

-
-
suspend fun getTransferStatus(referenceId: String, apiVersion: String, productType: String, productSubscriptionKey: String, accessToken: String): Response<ResponseBody>

Retrieves the status of a transfer based on the provided transfer ID.

Return

A Response containing the status of the transfer.

Parameters

referenceId

The reference ID of the transfer.

apiVersion

The version of the API to use.

productType

The type of product for the transfer.

productSubscriptionKey

The subscription key for the product.

accessToken

The access token for authentication.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/get-user-info-with-consent.html b/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/get-user-info-with-consent.html deleted file mode 100644 index 12b0dbf5..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/get-user-info-with-consent.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - getUserInfoWithConsent - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

getUserInfoWithConsent

-
-
suspend fun getUserInfoWithConsent(productSubscriptionKey: String, accessToken: String, apiVersion: String, productType: String): Response<UserInfoWithConsent>

Retrieves the user information for a specified MTN MOMO user with consent.

Return

A Response containing the UserInfoWithConsent of the specified user.

Parameters

productSubscriptionKey

The subscription key for the product.

accessToken

The access token for authentication.

apiVersion

The version of the API to use.

productType

The type of product for which to retrieve the user information.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/index.html b/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/index.html deleted file mode 100644 index 1c57e8aa..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/index.html +++ /dev/null @@ -1,421 +0,0 @@ - - - - - DefaultRepository - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DefaultRepository

-
@Singleton
class DefaultRepository @Inject constructor(authenticationService: AuthenticationService, commonService: CommonService, disbursementsService: DisbursementsService, collection: CollectionService, basicAuthCredentialsT: BasicAuthCredentials, accessTokenCredentialsT: AccessTokenCredentials)

The DefaultRepository class is responsible for making network calls to the MTN MOMO APIs.

This class holds all the common API methods for various MTN MOMO products, including user management, transaction processing, and status checks.

-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@Inject
constructor(authenticationService: AuthenticationService, commonService: CommonService, disbursementsService: DisbursementsService, collection: CollectionService, basicAuthCredentialsT: BasicAuthCredentials, accessTokenCredentialsT: AccessTokenCredentials)
-
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
suspend fun checkApiUser(apiVersion: String, productSubscriptionKey: String): Response<ApiUser>

Checks whether the supplied API user exists.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
suspend fun createApiKey(apiVersion: String, productSubscriptionKey: String): Response<ApiKey>

Gets the API Key based on the ApiUser Id and OCP Subscription Id.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
suspend fun createApiUser(apiVersion: String, uuid: String, productSubscriptionKey: String): Response<ApiUser>

Creates a new API user.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
suspend fun deposit(accessToken: String, momoTransaction: MomoTransaction, apiVersion: String, productSubscriptionKey: String, uuid: String): Response<Unit>

Requests a deposit to be processed.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
suspend fun getAccessToken(productSubscriptionKey: String, productType: String): Response<AccessToken>

Gets the Access Token based on the ApiUser ID, OCP Subscription Id, and the API Key.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
suspend fun getAccountBalance(currency: String?, productSubscriptionKey: String, accessToken: String, apiVersion: String, productType: String): Response<AccountBalance>

Gets the account balance of the entity/user initiating the transaction.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
suspend fun getBasicUserInfo(accountHolder: String, productSubscriptionKey: String, accessToken: String, apiVersion: String, productType: String): Response<BasicUserInfo>

Retrieves the basic user information for a specified MTN MOMO user.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
suspend fun getDepositStatus(referenceId: String, apiVersion: String, productSubscriptionKey: String, accessToken: String): Response<ResponseBody>

Gets the status of a deposit transaction.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
suspend fun getRefundStatus(referenceId: String, apiVersion: String, productSubscriptionKey: String, accessToken: String): Response<ResponseBody>

Gets the status of a refund transaction.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
suspend fun getTransferStatus(referenceId: String, apiVersion: String, productType: String, productSubscriptionKey: String, accessToken: String): Response<ResponseBody>

Retrieves the status of a transfer based on the provided transfer ID.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
suspend fun getUserInfoWithConsent(productSubscriptionKey: String, accessToken: String, apiVersion: String, productType: String): Response<UserInfoWithConsent>

Retrieves the user information for a specified MTN MOMO user with consent.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
suspend fun refund(accessToken: String, momoTransaction: MomoTransaction, apiVersion: String, productSubscriptionKey: String, uuid: String): Response<Unit>

Requests a refund to be processed.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
suspend fun requestToPay(accessToken: String, momoTransaction: MomoTransaction, apiVersion: String, productSubscriptionKey: String, uuid: String): Response<Unit>

Requests a payment to be processed.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
suspend fun requestToPayDeliveryNotification(momoNotification: MomoNotification, referenceId: String, apiVersion: String, productType: String, productSubscriptionKey: String, accessToken: String): Response<ResponseBody>

Sends a request to pay a user, identified by the provided reference ID.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
suspend fun requestToPayTransactionStatus(referenceId: String, apiVersion: String, productSubscriptionKey: String, accessToken: String): Response<ResponseBody>

Requests the status of a payment transaction.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
suspend fun requestToWithdraw(accessToken: String, momoTransaction: MomoTransaction, apiVersion: String, productSubscriptionKey: String, uuid: String): Response<Unit>

Requests a withdrawal to be processed.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
suspend fun requestToWithdrawTransactionStatus(referenceId: String, apiVersion: String, productSubscriptionKey: String, accessToken: String): Response<ResponseBody>

Requests the status of a withdrawal transaction.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun setUpAccessTokenAuth(accessTokenCredentials: AccessTokenCredentials)

Sets up access token authentication credentials.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun setUpBasicAuth(basicAuthCredentials: BasicAuthCredentials)

Sets up basic authentication credentials.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
suspend fun transfer(accessToken: String, momoTransaction: MomoTransaction, apiVersion: String, productType: String, productSubscriptionKey: String, uuid: String): Response<Unit>

Sends a request to transfer funds to a specified account.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
suspend fun validateAccountHolderStatus(accountHolder: AccountHolder, apiVersion: String, productType: String, productSubscriptionKey: String, accessToken: String): Response<ResponseBody>

Validates the status of an account holder.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/refund.html b/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/refund.html deleted file mode 100644 index 876e4eca..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/refund.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - refund - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

refund

-
-
suspend fun refund(accessToken: String, momoTransaction: MomoTransaction, apiVersion: String, productSubscriptionKey: String, uuid: String): Response<Unit>

Requests a refund to be processed.

Return

A Response indicating the result of the request.

Parameters

accessToken

The access token for authentication.

momoTransaction

The transaction details.

apiVersion

The version of the API to use.

productSubscriptionKey

The subscription key for the product.

uuid

A unique identifier for the request.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/request-to-pay-delivery-notification.html b/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/request-to-pay-delivery-notification.html deleted file mode 100644 index c512869b..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/request-to-pay-delivery-notification.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - requestToPayDeliveryNotification - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

requestToPayDeliveryNotification

-
-
suspend fun requestToPayDeliveryNotification(momoNotification: MomoNotification, referenceId: String, apiVersion: String, productType: String, productSubscriptionKey: String, accessToken: String): Response<ResponseBody>

Sends a request to pay a user, identified by the provided reference ID.

Return

A Response indicating the result of the payment request.

Parameters

momoNotification

The notification details for the payment.

referenceId

The reference ID of the user to pay.

apiVersion

The version of the API to use.

productType

The type of product for the payment.

productSubscriptionKey

The subscription key for the product.

accessToken

The access token for authentication.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/request-to-pay-transaction-status.html b/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/request-to-pay-transaction-status.html deleted file mode 100644 index d7ae74bb..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/request-to-pay-transaction-status.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - requestToPayTransactionStatus - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

requestToPayTransactionStatus

-
-
suspend fun requestToPayTransactionStatus(referenceId: String, apiVersion: String, productSubscriptionKey: String, accessToken: String): Response<ResponseBody>

Requests the status of a payment transaction.

Return

A Response containing the status of the transaction.

Parameters

referenceId

The reference ID of the transaction.

apiVersion

The version of the API to use.

productSubscriptionKey

The subscription key for the product.

accessToken

The access token for authentication.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/request-to-pay.html b/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/request-to-pay.html deleted file mode 100644 index 31fc5191..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/request-to-pay.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - requestToPay - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

requestToPay

-
-
suspend fun requestToPay(accessToken: String, momoTransaction: MomoTransaction, apiVersion: String, productSubscriptionKey: String, uuid: String): Response<Unit>

Requests a payment to be processed.

Return

A Response indicating the result of the request.

Parameters

accessToken

The access token for authentication.

momoTransaction

The transaction details.

apiVersion

The version of the API to use.

productSubscriptionKey

The subscription key for the product.

uuid

A unique identifier for the request.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/request-to-withdraw-transaction-status.html b/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/request-to-withdraw-transaction-status.html deleted file mode 100644 index afb562d6..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/request-to-withdraw-transaction-status.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - requestToWithdrawTransactionStatus - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

requestToWithdrawTransactionStatus

-
-
suspend fun requestToWithdrawTransactionStatus(referenceId: String, apiVersion: String, productSubscriptionKey: String, accessToken: String): Response<ResponseBody>

Requests the status of a withdrawal transaction.

Return

A Response containing the status of the transaction.

Parameters

referenceId

The reference ID of the transaction.

apiVersion

The version of the API to use.

productSubscriptionKey

The subscription key for the product.

accessToken

The access token for authentication.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/request-to-withdraw.html b/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/request-to-withdraw.html deleted file mode 100644 index 01b3fa9f..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/request-to-withdraw.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - requestToWithdraw - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

requestToWithdraw

-
-
suspend fun requestToWithdraw(accessToken: String, momoTransaction: MomoTransaction, apiVersion: String, productSubscriptionKey: String, uuid: String): Response<Unit>

Requests a withdrawal to be processed.

Return

A Response indicating the result of the request.

Parameters

accessToken

The access token for authentication.

momoTransaction

The transaction details.

apiVersion

The version of the API to use.

productSubscriptionKey

The subscription key for the product.

uuid

A unique identifier for the request.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/set-up-access-token-auth.html b/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/set-up-access-token-auth.html deleted file mode 100644 index b4575322..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/set-up-access-token-auth.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - setUpAccessTokenAuth - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

setUpAccessTokenAuth

-
-
fun setUpAccessTokenAuth(accessTokenCredentials: AccessTokenCredentials)

Sets up access token authentication credentials.

Parameters

accessTokenCredentials

The access token credentials to set.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/set-up-basic-auth.html b/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/set-up-basic-auth.html deleted file mode 100644 index 18dffde7..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/set-up-basic-auth.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - setUpBasicAuth - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

setUpBasicAuth

-
-
fun setUpBasicAuth(basicAuthCredentials: BasicAuthCredentials)

Sets up basic authentication credentials.

Parameters

basicAuthCredentials

The basic authentication credentials to set.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/transfer.html b/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/transfer.html deleted file mode 100644 index 91a863ca..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/transfer.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - transfer - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

transfer

-
-
suspend fun transfer(accessToken: String, momoTransaction: MomoTransaction, apiVersion: String, productType: String, productSubscriptionKey: String, uuid: String): Response<Unit>

Sends a request to transfer funds to a specified account.

Return

A Response indicating the result of the transfer request.

Parameters

accessToken

The access token for authentication.

momoTransaction

The transaction details for the transfer.

apiVersion

The version of the API to use.

productType

The type of product for the transfer.

productSubscriptionKey

The subscription key for the product.

uuid

A unique identifier for the request.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/validate-account-holder-status.html b/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/validate-account-holder-status.html deleted file mode 100644 index 1dd2aec1..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.repository/-default-repository/validate-account-holder-status.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - validateAccountHolderStatus - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

validateAccountHolderStatus

-
-
suspend fun validateAccountHolderStatus(accountHolder: AccountHolder, apiVersion: String, productType: String, productSubscriptionKey: String, accessToken: String): Response<ResponseBody>

Validates the status of an account holder.

Return

A Response indicating the result of the account holder status validation.

Parameters

accountHolder

The account holder details to validate.

apiVersion

The version of the API to use.

productType

The type of product for the validation.

productSubscriptionKey

The subscription key for the product.

accessToken

The access token for authentication.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.repository/index.html b/dokka/momo-api-sdk/io.rekast.sdk.repository/index.html deleted file mode 100644 index f39a26c2..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.repository/index.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - io.rekast.sdk.repository - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Types

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@Singleton
class DefaultRepository @Inject constructor(authenticationService: AuthenticationService, commonService: CommonService, disbursementsService: DisbursementsService, collection: CollectionService, basicAuthCredentialsT: BasicAuthCredentials, accessTokenCredentialsT: AccessTokenCredentials)

The DefaultRepository class is responsible for making network calls to the MTN MOMO APIs.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-account-holder-type/-e-m-a-i-l/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-account-holder-type/-e-m-a-i-l/index.html deleted file mode 100644 index 31d6e87d..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-account-holder-type/-e-m-a-i-l/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - EMAIL - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

EMAIL

-

Represents an email address as the account holder type.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-

The string representation of the account holder type.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-account-holder-type/-m-s-i-s-d-n/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-account-holder-type/-m-s-i-s-d-n/index.html deleted file mode 100644 index 06ee6355..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-account-holder-type/-m-s-i-s-d-n/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - MSISDN - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

MSISDN

-

Represents a mobile number as the account holder type.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-

The string representation of the account holder type.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-account-holder-type/-p-a-r-t-y_-c-o-d-e/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-account-holder-type/-p-a-r-t-y_-c-o-d-e/index.html deleted file mode 100644 index 00336f2b..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-account-holder-type/-p-a-r-t-y_-c-o-d-e/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - PARTY_CODE - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

PARTY_CODE

-

Represents a party code as the account holder type.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-

The string representation of the account holder type.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-account-holder-type/account-holder-type.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-account-holder-type/account-holder-type.html deleted file mode 100644 index 5df20504..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-account-holder-type/account-holder-type.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - accountHolderType - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

accountHolderType

-
- -
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-account-holder-type/entries.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-account-holder-type/entries.html deleted file mode 100644 index b8c32f61..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-account-holder-type/entries.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - entries - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

entries

-
-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-account-holder-type/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-account-holder-type/index.html deleted file mode 100644 index e9f5f64e..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-account-holder-type/index.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - - AccountHolderType - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

AccountHolderType

-

Enum class representing the different types of account holders in the MTN MOMO system.

-
-
-
-
-
-

Entries

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-

Represents a mobile number as the account holder type.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Represents an email address as the account holder type.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Represents a party code as the account holder type.

-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-

The string representation of the account holder type.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Returns an array containing the constants of this enum type, in the order they're declared.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-account-holder-type/value-of.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-account-holder-type/value-of.html deleted file mode 100644 index 3a2c028d..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-account-holder-type/value-of.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - valueOf - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

valueOf

-
-

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-account-holder-type/values.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-account-holder-type/values.html deleted file mode 100644 index ddc729a3..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-account-holder-type/values.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - values - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

values

-
-

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-a-p-p-r-o-v-a-l_-r-e-j-e-c-t-e-d/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-a-p-p-r-o-v-a-l_-r-e-j-e-c-t-e-d/index.html deleted file mode 100644 index 5084e9b9..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-a-p-p-r-o-v-a-l_-r-e-j-e-c-t-e-d/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - APPROVAL_REJECTED - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

APPROVAL_REJECTED

-

Indicates that the approval for the transaction was rejected.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-c-o-n-s-e-n-t_-m-i-s-m-a-t-c-h/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-c-o-n-s-e-n-t_-m-i-s-m-a-t-c-h/index.html deleted file mode 100644 index 23dca4d1..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-c-o-n-s-e-n-t_-m-i-s-m-a-t-c-h/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - CONSENT_MISMATCH - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

CONSENT_MISMATCH

-

Indicates that there is a consent mismatch.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-c-o-u-l-d_-n-o-t_-p-e-r-f-o-r-m_-t-r-a-n-s-a-c-t-i-o-n/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-c-o-u-l-d_-n-o-t_-p-e-r-f-o-r-m_-t-r-a-n-s-a-c-t-i-o-n/index.html deleted file mode 100644 index 4db54501..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-c-o-u-l-d_-n-o-t_-p-e-r-f-o-r-m_-t-r-a-n-s-a-c-t-i-o-n/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - COULD_NOT_PERFORM_TRANSACTION - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

COULD_NOT_PERFORM_TRANSACTION

-

Indicates that the transaction could not be performed.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-e-x-p-i-r-e-d/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-e-x-p-i-r-e-d/index.html deleted file mode 100644 index fd0a33d5..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-e-x-p-i-r-e-d/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - EXPIRED - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

EXPIRED

-

Indicates that the transaction has expired.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-i-n-f-o-r-m-a-t-i-o-n-a-l_-s-c-o-p-e_-i-n-s-t-r-u-c-t-i-o-n/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-i-n-f-o-r-m-a-t-i-o-n-a-l_-s-c-o-p-e_-i-n-s-t-r-u-c-t-i-o-n/index.html deleted file mode 100644 index c7cf049d..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-i-n-f-o-r-m-a-t-i-o-n-a-l_-s-c-o-p-e_-i-n-s-t-r-u-c-t-i-o-n/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - INFORMATIONAL_SCOPE_INSTRUCTION - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

INFORMATIONAL_SCOPE_INSTRUCTION

-

Indicates that there is an informational scope instruction.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-i-n-t-e-r-n-a-l_-p-r-o-c-e-s-s-i-n-g_-e-r-r-o-r/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-i-n-t-e-r-n-a-l_-p-r-o-c-e-s-s-i-n-g_-e-r-r-o-r/index.html deleted file mode 100644 index 4a12b167..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-i-n-t-e-r-n-a-l_-p-r-o-c-e-s-s-i-n-g_-e-r-r-o-r/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - INTERNAL_PROCESSING_ERROR - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

INTERNAL_PROCESSING_ERROR

-

Indicates that an internal processing error occurred.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-i-n-v-a-l-i-d_-c-a-l-l-b-a-c-k_-u-r-l_-h-o-s-t/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-i-n-v-a-l-i-d_-c-a-l-l-b-a-c-k_-u-r-l_-h-o-s-t/index.html deleted file mode 100644 index 51aab1b2..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-i-n-v-a-l-i-d_-c-a-l-l-b-a-c-k_-u-r-l_-h-o-s-t/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - INVALID_CALLBACK_URL_HOST - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

INVALID_CALLBACK_URL_HOST

-

Indicates that the callback URL host is invalid.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-i-n-v-a-l-i-d_-c-u-r-r-e-n-c-y/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-i-n-v-a-l-i-d_-c-u-r-r-e-n-c-y/index.html deleted file mode 100644 index 94708f34..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-i-n-v-a-l-i-d_-c-u-r-r-e-n-c-y/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - INVALID_CURRENCY - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

INVALID_CURRENCY

-

Indicates that the currency provided is invalid.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-m-i-s-s-i-n-g_-s-c-o-p-e_-i-n-s-t-r-u-c-t-i-o-n/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-m-i-s-s-i-n-g_-s-c-o-p-e_-i-n-s-t-r-u-c-t-i-o-n/index.html deleted file mode 100644 index f3b74ff0..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-m-i-s-s-i-n-g_-s-c-o-p-e_-i-n-s-t-r-u-c-t-i-o-n/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - MISSING_SCOPE_INSTRUCTION - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

MISSING_SCOPE_INSTRUCTION

-

Indicates that a required scope instruction is missing.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-m-o-r-e_-t-h-a-n_-o-n-e_-f-i-n-a-n-c-i-a-l_-s-c-o-p-e_-n-o-t_-s-u-p-p-o-r-t-e-d/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-m-o-r-e_-t-h-a-n_-o-n-e_-f-i-n-a-n-c-i-a-l_-s-c-o-p-e_-n-o-t_-s-u-p-p-o-r-t-e-d/index.html deleted file mode 100644 index 4d4bc107..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-m-o-r-e_-t-h-a-n_-o-n-e_-f-i-n-a-n-c-i-a-l_-s-c-o-p-e_-n-o-t_-s-u-p-p-o-r-t-e-d/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - MORE_THAN_ONE_FINANCIAL_SCOPE_NOT_SUPPORTED - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

MORE_THAN_ONE_FINANCIAL_SCOPE_NOT_SUPPORTED

-

Indicates that more than one financial scope is not supported.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-n-o-t_-a-l-l-o-w-e-d/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-n-o-t_-a-l-l-o-w-e-d/index.html deleted file mode 100644 index 3ea5cfef..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-n-o-t_-a-l-l-o-w-e-d/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - NOT_ALLOWED - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

NOT_ALLOWED

-

Indicates that the action is not allowed.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-n-o-t_-a-l-l-o-w-e-d_-t-a-r-g-e-t_-e-n-v-i-r-o-n-m-e-n-t/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-n-o-t_-a-l-l-o-w-e-d_-t-a-r-g-e-t_-e-n-v-i-r-o-n-m-e-n-t/index.html deleted file mode 100644 index df29d45d..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-n-o-t_-a-l-l-o-w-e-d_-t-a-r-g-e-t_-e-n-v-i-r-o-n-m-e-n-t/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - NOT_ALLOWED_TARGET_ENVIRONMENT - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

NOT_ALLOWED_TARGET_ENVIRONMENT

-

Indicates that the target environment is not allowed.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-n-o-t_-e-n-o-u-g-h_-f-u-n-d-s/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-n-o-t_-e-n-o-u-g-h_-f-u-n-d-s/index.html deleted file mode 100644 index f1bd5d26..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-n-o-t_-e-n-o-u-g-h_-f-u-n-d-s/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - NOT_ENOUGH_FUNDS - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

NOT_ENOUGH_FUNDS

-

Indicates that there are not enough funds for the transaction.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-n-o-t_-f-o-u-n-d/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-n-o-t_-f-o-u-n-d/index.html deleted file mode 100644 index 12b4a4ab..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-n-o-t_-f-o-u-n-d/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - NOT_FOUND - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

NOT_FOUND

-

Indicates that a general not found error occurred.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-p-a-y-e-e_-n-o-t_-a-l-l-o-w-e-d_-t-o_-r-e-c-e-i-v-e/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-p-a-y-e-e_-n-o-t_-a-l-l-o-w-e-d_-t-o_-r-e-c-e-i-v-e/index.html deleted file mode 100644 index fa6be894..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-p-a-y-e-e_-n-o-t_-a-l-l-o-w-e-d_-t-o_-r-e-c-e-i-v-e/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - PAYEE_NOT_ALLOWED_TO_RECEIVE - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

PAYEE_NOT_ALLOWED_TO_RECEIVE

-

Indicates that the payee is not allowed to receive the payment.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-p-a-y-e-e_-n-o-t_-f-o-u-n-d/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-p-a-y-e-e_-n-o-t_-f-o-u-n-d/index.html deleted file mode 100644 index 25823a0a..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-p-a-y-e-e_-n-o-t_-f-o-u-n-d/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - PAYEE_NOT_FOUND - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

PAYEE_NOT_FOUND

-

Indicates that the payee was not found.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-p-a-y-e-r_-l-i-m-i-t_-r-e-a-c-h-e-d/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-p-a-y-e-r_-l-i-m-i-t_-r-e-a-c-h-e-d/index.html deleted file mode 100644 index 90cb410d..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-p-a-y-e-r_-l-i-m-i-t_-r-e-a-c-h-e-d/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - PAYER_LIMIT_REACHED - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

PAYER_LIMIT_REACHED

-

Indicates that the payer has reached their limit for transactions.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-p-a-y-e-r_-n-o-t_-f-o-u-n-d/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-p-a-y-e-r_-n-o-t_-f-o-u-n-d/index.html deleted file mode 100644 index 04a7dc4d..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-p-a-y-e-r_-n-o-t_-f-o-u-n-d/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - PAYER_NOT_FOUND - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

PAYER_NOT_FOUND

-

Indicates that the payer was not found.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-p-a-y-m-e-n-t_-n-o-t_-a-p-p-r-o-v-e-d/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-p-a-y-m-e-n-t_-n-o-t_-a-p-p-r-o-v-e-d/index.html deleted file mode 100644 index 3271043b..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-p-a-y-m-e-n-t_-n-o-t_-a-p-p-r-o-v-e-d/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - PAYMENT_NOT_APPROVED - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

PAYMENT_NOT_APPROVED

-

Indicates that the payment has not been approved.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-r-e-s-o-u-r-c-e_-a-l-r-e-a-d-y_-e-x-i-s-t/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-r-e-s-o-u-r-c-e_-a-l-r-e-a-d-y_-e-x-i-s-t/index.html deleted file mode 100644 index b8313b09..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-r-e-s-o-u-r-c-e_-a-l-r-e-a-d-y_-e-x-i-s-t/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - RESOURCE_ALREADY_EXIST - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

RESOURCE_ALREADY_EXIST

-

Indicates that the resource already exists.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-r-e-s-o-u-r-c-e_-n-o-t_-f-o-u-n-d/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-r-e-s-o-u-r-c-e_-n-o-t_-f-o-u-n-d/index.html deleted file mode 100644 index bf6e4778..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-r-e-s-o-u-r-c-e_-n-o-t_-f-o-u-n-d/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - RESOURCE_NOT_FOUND - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

RESOURCE_NOT_FOUND

-

Indicates that the requested resource was not found.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-s-e-r-v-i-c-e_-u-n-a-v-a-i-l-a-b-l-e/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-s-e-r-v-i-c-e_-u-n-a-v-a-i-l-a-b-l-e/index.html deleted file mode 100644 index dba289b6..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-s-e-r-v-i-c-e_-u-n-a-v-a-i-l-a-b-l-e/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - SERVICE_UNAVAILABLE - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

SERVICE_UNAVAILABLE

-

Indicates that the service is currently unavailable.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-t-r-a-n-s-a-c-t-i-o-n_-c-a-n-c-e-l-e-d/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-t-r-a-n-s-a-c-t-i-o-n_-c-a-n-c-e-l-e-d/index.html deleted file mode 100644 index 73164919..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-t-r-a-n-s-a-c-t-i-o-n_-c-a-n-c-e-l-e-d/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - TRANSACTION_CANCELED - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

TRANSACTION_CANCELED

-

Indicates that the transaction has been canceled.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-t-r-a-n-s-a-c-t-i-o-n_-n-o-t_-c-o-m-p-l-e-t-e-d/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-t-r-a-n-s-a-c-t-i-o-n_-n-o-t_-c-o-m-p-l-e-t-e-d/index.html deleted file mode 100644 index dc2e1022..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-t-r-a-n-s-a-c-t-i-o-n_-n-o-t_-c-o-m-p-l-e-t-e-d/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - TRANSACTION_NOT_COMPLETED - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

TRANSACTION_NOT_COMPLETED

-

Indicates that the transaction has not been completed.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-t-r-a-n-s-a-c-t-i-o-n_-n-o-t_-f-o-u-n-d/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-t-r-a-n-s-a-c-t-i-o-n_-n-o-t_-f-o-u-n-d/index.html deleted file mode 100644 index 25a7f0bf..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-t-r-a-n-s-a-c-t-i-o-n_-n-o-t_-f-o-u-n-d/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - TRANSACTION_NOT_FOUND - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

TRANSACTION_NOT_FOUND

-

Indicates that the transaction was not found.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-u-n-s-u-p-p-o-r-t-e-d_-s-c-o-p-e/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-u-n-s-u-p-p-o-r-t-e-d_-s-c-o-p-e/index.html deleted file mode 100644 index a6042f80..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-u-n-s-u-p-p-o-r-t-e-d_-s-c-o-p-e/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - UNSUPPORTED_SCOPE - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

UNSUPPORTED_SCOPE

-

Indicates that the requested scope is unsupported.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-u-n-s-u-p-p-o-r-t-e-d_-s-c-o-p-e_-c-o-m-b-i-n-a-t-i-o-n/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-u-n-s-u-p-p-o-r-t-e-d_-s-c-o-p-e_-c-o-m-b-i-n-a-t-i-o-n/index.html deleted file mode 100644 index 85027b6d..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/-u-n-s-u-p-p-o-r-t-e-d_-s-c-o-p-e_-c-o-m-b-i-n-a-t-i-o-n/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - UNSUPPORTED_SCOPE_COMBINATION - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

UNSUPPORTED_SCOPE_COMBINATION

-

Indicates that the combination of scopes is unsupported.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/entries.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/entries.html deleted file mode 100644 index c4aa5962..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/entries.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - entries - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

entries

-
-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/index.html deleted file mode 100644 index 112f5cd5..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/index.html +++ /dev/null @@ -1,575 +0,0 @@ - - - - - MomoAPIErrorResponses - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

MomoAPIErrorResponses

-

Enum class representing the various error responses from the MTN MOMO API.

Each constant corresponds to a specific error that can occur during API interactions.

-
-
-
-
-
-

Entries

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-

Indicates that the payer was not found.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Indicates that the payer has reached their limit for transactions.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Indicates that there are not enough funds for the transaction.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Indicates that the action is not allowed.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Indicates that the target environment is not allowed.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Indicates that the callback URL host is invalid.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Indicates that the currency provided is invalid.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Indicates that the service is currently unavailable.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Indicates that the payee is not allowed to receive the payment.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Indicates that the payment has not been approved.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Indicates that the requested resource was not found.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Indicates that the approval for the transaction was rejected.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Indicates that the transaction has expired.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Indicates that the transaction has been canceled.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Indicates that the resource already exists.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Indicates that the transaction has not been completed.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Indicates that the transaction was not found.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Indicates that there is an informational scope instruction.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Indicates that a required scope instruction is missing.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Indicates that more than one financial scope is not supported.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Indicates that the combination of scopes is unsupported.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Indicates that there is a consent mismatch.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Indicates that the requested scope is unsupported.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Indicates that a general not found error occurred.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Indicates that the payee was not found.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Indicates that an internal processing error occurred.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Indicates that the transaction could not be performed.

-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Returns an array containing the constants of this enum type, in the order they're declared.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/value-of.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/value-of.html deleted file mode 100644 index acc5dd78..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/value-of.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - valueOf - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

valueOf

-
-

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/values.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/values.html deleted file mode 100644 index 1059a326..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-a-p-i-error-responses/values.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - values - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

values

-
-

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-c-r-e-a-t-e_-a-p-i_-k-e-y.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-c-r-e-a-t-e_-a-p-i_-k-e-y.html deleted file mode 100644 index e3327b6f..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-c-r-e-a-t-e_-a-p-i_-k-e-y.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - CREATE_API_KEY - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

CREATE_API_KEY

-
-

Endpoint for creating an API key.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-c-r-e-a-t-e_-a-p-i_-u-s-e-r.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-c-r-e-a-t-e_-a-p-i_-u-s-e-r.html deleted file mode 100644 index f0690787..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-c-r-e-a-t-e_-a-p-i_-u-s-e-r.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - CREATE_API_USER - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

CREATE_API_USER

-
-

Endpoint for creating an API user.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-d-e-p-o-s-i-t.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-d-e-p-o-s-i-t.html deleted file mode 100644 index c7e921b3..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-d-e-p-o-s-i-t.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - DEPOSIT - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DEPOSIT

-
-
const val DEPOSIT: String

Endpoint for making a deposit.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-d-e-p-o-s-i-t_-s-t-a-t-u-s.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-d-e-p-o-s-i-t_-s-t-a-t-u-s.html deleted file mode 100644 index ffc2bade..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-d-e-p-o-s-i-t_-s-t-a-t-u-s.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - DEPOSIT_STATUS - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DEPOSIT_STATUS

-
-

Endpoint for checking the status of a deposit.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-g-e-t_-a-c-c-e-s-s_-t-o-k-e-n.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-g-e-t_-a-c-c-e-s-s_-t-o-k-e-n.html deleted file mode 100644 index 5e5b9ca8..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-g-e-t_-a-c-c-e-s-s_-t-o-k-e-n.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - GET_ACCESS_TOKEN - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

GET_ACCESS_TOKEN

-
-

Endpoint for retrieving an access token.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-g-e-t_-a-c-c-o-u-n-t_-b-a-l-a-n-c-e.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-g-e-t_-a-c-c-o-u-n-t_-b-a-l-a-n-c-e.html deleted file mode 100644 index ba7273cb..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-g-e-t_-a-c-c-o-u-n-t_-b-a-l-a-n-c-e.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - GET_ACCOUNT_BALANCE - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

GET_ACCOUNT_BALANCE

-
-

Endpoint for retrieving account balance.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-g-e-t_-a-c-c-o-u-n-t_-b-a-l-a-n-c-e_-i-n_-s-p-e-c-i-f-i-c_-c-u-r-r-e-n-c-y.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-g-e-t_-a-c-c-o-u-n-t_-b-a-l-a-n-c-e_-i-n_-s-p-e-c-i-f-i-c_-c-u-r-r-e-n-c-y.html deleted file mode 100644 index 732bd5b8..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-g-e-t_-a-c-c-o-u-n-t_-b-a-l-a-n-c-e_-i-n_-s-p-e-c-i-f-i-c_-c-u-r-r-e-n-c-y.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - GET_ACCOUNT_BALANCE_IN_SPECIFIC_CURRENCY - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

GET_ACCOUNT_BALANCE_IN_SPECIFIC_CURRENCY

-
-

Endpoint for retrieving account balance in a specific currency.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-g-e-t_-a-p-i_-u-s-e-r.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-g-e-t_-a-p-i_-u-s-e-r.html deleted file mode 100644 index 31a42ef9..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-g-e-t_-a-p-i_-u-s-e-r.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - GET_API_USER - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

GET_API_USER

-
-
const val GET_API_USER: String

Endpoint for retrieving an API user.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-g-e-t_-b-a-s-i-c_-u-s-e-r_-i-n-f-o.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-g-e-t_-b-a-s-i-c_-u-s-e-r_-i-n-f-o.html deleted file mode 100644 index 0b9df259..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-g-e-t_-b-a-s-i-c_-u-s-e-r_-i-n-f-o.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - GET_BASIC_USER_INFO - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

GET_BASIC_USER_INFO

-
-

Endpoint for retrieving basic user information.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-g-e-t_-t-r-a-n-s-f-e-r_-s-t-a-t-u-s.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-g-e-t_-t-r-a-n-s-f-e-r_-s-t-a-t-u-s.html deleted file mode 100644 index e2f2632c..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-g-e-t_-t-r-a-n-s-f-e-r_-s-t-a-t-u-s.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - GET_TRANSFER_STATUS - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

GET_TRANSFER_STATUS

-
-

Endpoint for retrieving transfer status.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-g-e-t_-u-s-e-r_-i-n-f-o_-w-i-t-h_-c-o-n-s-e-n-t.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-g-e-t_-u-s-e-r_-i-n-f-o_-w-i-t-h_-c-o-n-s-e-n-t.html deleted file mode 100644 index d79567f2..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-g-e-t_-u-s-e-r_-i-n-f-o_-w-i-t-h_-c-o-n-s-e-n-t.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - GET_USER_INFO_WITH_CONSENT - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

GET_USER_INFO_WITH_CONSENT

-
-

Endpoint for retrieving user information with consent.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-r-e-f-u-n-d.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-r-e-f-u-n-d.html deleted file mode 100644 index ca39baf5..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-r-e-f-u-n-d.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - REFUND - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

REFUND

-
-
const val REFUND: String

Endpoint for making a refund.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-r-e-f-u-n-d_-s-t-a-t-u-s.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-r-e-f-u-n-d_-s-t-a-t-u-s.html deleted file mode 100644 index 516fb141..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-r-e-f-u-n-d_-s-t-a-t-u-s.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - REFUND_STATUS - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

REFUND_STATUS

-
-

Endpoint for checking the status of a refund.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-r-e-q-u-e-s-t_-t-o_-p-a-y.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-r-e-q-u-e-s-t_-t-o_-p-a-y.html deleted file mode 100644 index 0556e34b..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-r-e-q-u-e-s-t_-t-o_-p-a-y.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - REQUEST_TO_PAY - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

REQUEST_TO_PAY

-
-

Endpoint for requesting to pay.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-r-e-q-u-e-s-t_-t-o_-p-a-y_-d-e-l-i-v-e-r-y_-n-o-t-i-f-i-c-a-t-i-o-n.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-r-e-q-u-e-s-t_-t-o_-p-a-y_-d-e-l-i-v-e-r-y_-n-o-t-i-f-i-c-a-t-i-o-n.html deleted file mode 100644 index 24a3d9d9..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-r-e-q-u-e-s-t_-t-o_-p-a-y_-d-e-l-i-v-e-r-y_-n-o-t-i-f-i-c-a-t-i-o-n.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - REQUEST_TO_PAY_DELIVERY_NOTIFICATION - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

REQUEST_TO_PAY_DELIVERY_NOTIFICATION

-
-

Endpoint for requesting a payment delivery notification.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-r-e-q-u-e-s-t_-t-o_-p-a-y_-s-t-a-t-u-s.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-r-e-q-u-e-s-t_-t-o_-p-a-y_-s-t-a-t-u-s.html deleted file mode 100644 index 15f94b41..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-r-e-q-u-e-s-t_-t-o_-p-a-y_-s-t-a-t-u-s.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - REQUEST_TO_PAY_STATUS - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

REQUEST_TO_PAY_STATUS

-
-

Endpoint for checking the status of a payment request.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-r-e-q-u-e-s-t_-t-o_-w-i-t-h-d-r-a-w.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-r-e-q-u-e-s-t_-t-o_-w-i-t-h-d-r-a-w.html deleted file mode 100644 index af06d3c1..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-r-e-q-u-e-s-t_-t-o_-w-i-t-h-d-r-a-w.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - REQUEST_TO_WITHDRAW - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

REQUEST_TO_WITHDRAW

-
-

Endpoint for requesting to withdraw.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-r-e-q-u-e-s-t_-t-o_-w-i-t-h-d-r-a-w_-s-t-a-t-u-s.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-r-e-q-u-e-s-t_-t-o_-w-i-t-h-d-r-a-w_-s-t-a-t-u-s.html deleted file mode 100644 index 7f1bddc7..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-r-e-q-u-e-s-t_-t-o_-w-i-t-h-d-r-a-w_-s-t-a-t-u-s.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - REQUEST_TO_WITHDRAW_STATUS - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

REQUEST_TO_WITHDRAW_STATUS

-
-

Endpoint for checking the status of a withdrawal request.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-t-r-a-n-s-f-e-r.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-t-r-a-n-s-f-e-r.html deleted file mode 100644 index d25a8dd8..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-t-r-a-n-s-f-e-r.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - TRANSFER - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

TRANSFER

-
-
const val TRANSFER: String

Endpoint for transferring funds.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-v-a-l-i-d-a-t-e_-a-c-c-o-u-n-t_-h-o-l-d-e-r_-s-t-a-t-u-s.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-v-a-l-i-d-a-t-e_-a-c-c-o-u-n-t_-h-o-l-d-e-r_-s-t-a-t-u-s.html deleted file mode 100644 index ea325bd0..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/-v-a-l-i-d-a-t-e_-a-c-c-o-u-n-t_-h-o-l-d-e-r_-s-t-a-t-u-s.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - VALIDATE_ACCOUNT_HOLDER_STATUS - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

VALIDATE_ACCOUNT_HOLDER_STATUS

-
-

Endpoint for validating account holder status.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/index.html deleted file mode 100644 index c4261ed2..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-end-points/index.html +++ /dev/null @@ -1,387 +0,0 @@ - - - - - EndPoints - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

EndPoints

-
object EndPoints

Contains endpoint constants for various API calls.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-

Endpoint for creating an API key.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Endpoint for creating an API user.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
const val DEPOSIT: String

Endpoint for making a deposit.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Endpoint for checking the status of a deposit.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Endpoint for retrieving an access token.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Endpoint for retrieving account balance.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Endpoint for retrieving account balance in a specific currency.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
const val GET_API_USER: String

Endpoint for retrieving an API user.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Endpoint for retrieving basic user information.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Endpoint for retrieving transfer status.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Endpoint for retrieving user information with consent.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
const val REFUND: String

Endpoint for making a refund.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Endpoint for checking the status of a refund.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Endpoint for requesting to pay.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Endpoint for requesting a payment delivery notification.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Endpoint for checking the status of a payment request.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Endpoint for requesting to withdraw.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Endpoint for checking the status of a withdrawal request.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
const val TRANSFER: String

Endpoint for transferring funds.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Endpoint for validating account holder status.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-endpoint-paths/-a-c-c-o-u-n-t_-h-o-l-d-e-r_-i-d.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-endpoint-paths/-a-c-c-o-u-n-t_-h-o-l-d-e-r_-i-d.html deleted file mode 100644 index 31550927..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-endpoint-paths/-a-c-c-o-u-n-t_-h-o-l-d-e-r_-i-d.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - ACCOUNT_HOLDER_ID - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

ACCOUNT_HOLDER_ID

-
-

The path parameter for the account holder ID.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-endpoint-paths/-a-c-c-o-u-n-t_-h-o-l-d-e-r_-t-y-p-e.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-endpoint-paths/-a-c-c-o-u-n-t_-h-o-l-d-e-r_-t-y-p-e.html deleted file mode 100644 index a828c2df..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-endpoint-paths/-a-c-c-o-u-n-t_-h-o-l-d-e-r_-t-y-p-e.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - ACCOUNT_HOLDER_TYPE - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

ACCOUNT_HOLDER_TYPE

-
-

The path parameter for the account holder type.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-endpoint-paths/-a-p-i_-v-e-r-s-i-o-n.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-endpoint-paths/-a-p-i_-v-e-r-s-i-o-n.html deleted file mode 100644 index e3297182..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-endpoint-paths/-a-p-i_-v-e-r-s-i-o-n.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - API_VERSION - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

API_VERSION

-
-
const val API_VERSION: String

The path parameter for the API version.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-endpoint-paths/-c-u-r-r-e-n-c-y.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-endpoint-paths/-c-u-r-r-e-n-c-y.html deleted file mode 100644 index 5e420f52..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-endpoint-paths/-c-u-r-r-e-n-c-y.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - CURRENCY - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

CURRENCY

-
-
const val CURRENCY: String

The path parameter for the currency.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-endpoint-paths/-p-r-o-d-u-c-t_-t-y-p-e.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-endpoint-paths/-p-r-o-d-u-c-t_-t-y-p-e.html deleted file mode 100644 index 71535bc3..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-endpoint-paths/-p-r-o-d-u-c-t_-t-y-p-e.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - PRODUCT_TYPE - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

PRODUCT_TYPE

-
-
const val PRODUCT_TYPE: String

The path parameter for the product type.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-endpoint-paths/-r-e-f-e-r-e-n-c-e_-i-d.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-endpoint-paths/-r-e-f-e-r-e-n-c-e_-i-d.html deleted file mode 100644 index 5a3ccc6f..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-endpoint-paths/-r-e-f-e-r-e-n-c-e_-i-d.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - REFERENCE_ID - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

REFERENCE_ID

-
-
const val REFERENCE_ID: String

The path parameter for the reference ID.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-endpoint-paths/-x_-r-e-f-e-r-e-n-c-e_-i-d.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-endpoint-paths/-x_-r-e-f-e-r-e-n-c-e_-i-d.html deleted file mode 100644 index 2a70e4c9..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-endpoint-paths/-x_-r-e-f-e-r-e-n-c-e_-i-d.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - X_REFERENCE_ID - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

X_REFERENCE_ID

-
-

The path parameter for the reference ID.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-endpoint-paths/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-endpoint-paths/index.html deleted file mode 100644 index ab8d9f01..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-endpoint-paths/index.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - EndpointPaths - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

EndpointPaths

-

Contains endpoint path constants used in API requests.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-

The path parameter for the account holder ID.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

The path parameter for the account holder type.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
const val API_VERSION: String

The path parameter for the API version.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
const val CURRENCY: String

The path parameter for the currency.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
const val PRODUCT_TYPE: String

The path parameter for the product type.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
const val REFERENCE_ID: String

The path parameter for the reference ID.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

The path parameter for the reference ID.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-headers/-a-u-t-h-o-r-i-z-a-t-i-o-n.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-headers/-a-u-t-h-o-r-i-z-a-t-i-o-n.html deleted file mode 100644 index edf90bb5..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-headers/-a-u-t-h-o-r-i-z-a-t-i-o-n.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - AUTHORIZATION - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

AUTHORIZATION

-
-

The header key for authorization.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-headers/-c-o-n-t-e-n-t_-t-y-p-e.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-headers/-c-o-n-t-e-n-t_-t-y-p-e.html deleted file mode 100644 index 9e198dbb..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-headers/-c-o-n-t-e-n-t_-t-y-p-e.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - CONTENT_TYPE - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

CONTENT_TYPE

-
-
const val CONTENT_TYPE: String

The header key for the content type.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-headers/-l-a-n-g-u-a-g-e.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-headers/-l-a-n-g-u-a-g-e.html deleted file mode 100644 index 5f586e1f..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-headers/-l-a-n-g-u-a-g-e.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - LANGUAGE - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

LANGUAGE

-
-
const val LANGUAGE: String

The header key for the language.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-headers/-n-o-t-i-f-i-c-a-t-i-o-n_-m-e-s-s-a-g-e.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-headers/-n-o-t-i-f-i-c-a-t-i-o-n_-m-e-s-s-a-g-e.html deleted file mode 100644 index 770aefaf..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-headers/-n-o-t-i-f-i-c-a-t-i-o-n_-m-e-s-s-a-g-e.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - NOTIFICATION_MESSAGE - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

NOTIFICATION_MESSAGE

-
-

The header key for the notification message.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-headers/-o-c-p_-a-p-i-m_-s-u-b-s-c-r-i-p-t-i-o-n_-k-e-y.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-headers/-o-c-p_-a-p-i-m_-s-u-b-s-c-r-i-p-t-i-o-n_-k-e-y.html deleted file mode 100644 index 745f1800..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-headers/-o-c-p_-a-p-i-m_-s-u-b-s-c-r-i-p-t-i-o-n_-k-e-y.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - OCP_APIM_SUBSCRIPTION_KEY - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

OCP_APIM_SUBSCRIPTION_KEY

-
-

The header key for the OCP APIM subscription key.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-headers/-x_-momo_-c-a-l-l-b-a-c-k_-u-r-l.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-headers/-x_-momo_-c-a-l-l-b-a-c-k_-u-r-l.html deleted file mode 100644 index ca1817f7..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-headers/-x_-momo_-c-a-l-l-b-a-c-k_-u-r-l.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - X_Momo_CALLBACK_URL - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

X_Momo_CALLBACK_URL

-
-

The header key for the Momo callback URL.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-headers/-x_-r-e-f-e-r-e-n-c-e_-i-d.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-headers/-x_-r-e-f-e-r-e-n-c-e_-i-d.html deleted file mode 100644 index 132113f5..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-headers/-x_-r-e-f-e-r-e-n-c-e_-i-d.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - X_REFERENCE_ID - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

X_REFERENCE_ID

-
-

The header key for the reference ID.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-headers/-x_-t-a-r-g-e-t_-e-n-v-i-r-o-n-m-e-n-t.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-headers/-x_-t-a-r-g-e-t_-e-n-v-i-r-o-n-m-e-n-t.html deleted file mode 100644 index 21555f6f..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-headers/-x_-t-a-r-g-e-t_-e-n-v-i-r-o-n-m-e-n-t.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - X_TARGET_ENVIRONMENT - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

X_TARGET_ENVIRONMENT

-
-

The header key for the target environment.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-headers/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-headers/index.html deleted file mode 100644 index 1d56ab7e..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-headers/index.html +++ /dev/null @@ -1,207 +0,0 @@ - - - - - Headers - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Headers

-
object Headers

Contains HTTP header constants used in API requests.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-

The header key for authorization.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
const val CONTENT_TYPE: String

The header key for the content type.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
const val LANGUAGE: String

The header key for the language.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

The header key for the notification message.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

The header key for the OCP APIM subscription key.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

The header key for the Momo callback URL.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

The header key for the reference ID.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

The header key for the target environment.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-n-o-t-i-f-i-c-a-t-i-o-n_-m-e-s-s-a-g-e_-l-e-n-g-t-h.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-n-o-t-i-f-i-c-a-t-i-o-n_-m-e-s-s-a-g-e_-l-e-n-g-t-h.html deleted file mode 100644 index ef5fda3a..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-n-o-t-i-f-i-c-a-t-i-o-n_-m-e-s-s-a-g-e_-l-e-n-g-t-h.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - NOTIFICATION_MESSAGE_LENGTH - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

NOTIFICATION_MESSAGE_LENGTH

-
-

The maximum length of notification messages.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-t-i-m-e-s-t-a-m-p_-f-o-r-m-a-t.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-t-i-m-e-s-t-a-m-p_-f-o-r-m-a-t.html deleted file mode 100644 index f31a9dda..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-t-i-m-e-s-t-a-m-p_-f-o-r-m-a-t.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - TIMESTAMP_FORMAT - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

TIMESTAMP_FORMAT

-
-

The format used for timestamps in the SDK.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-token-types/-b-a-s-i-c.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-token-types/-b-a-s-i-c.html deleted file mode 100644 index 6aa87c7d..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-token-types/-b-a-s-i-c.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - BASIC - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

BASIC

-
-
const val BASIC: String

The token type for basic authentication.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-token-types/-b-e-a-r-e-r.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-token-types/-b-e-a-r-e-r.html deleted file mode 100644 index 2bd18906..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-token-types/-b-e-a-r-e-r.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - BEARER - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

BEARER

-
-
const val BEARER: String

The token type for bearer authentication.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-token-types/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-token-types/index.html deleted file mode 100644 index 94d8d729..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/-token-types/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - TokenTypes - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

TokenTypes

-
object TokenTypes

Contains token type constants used in API requests.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
const val BASIC: String

The token type for basic authentication.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
const val BEARER: String

The token type for bearer authentication.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/index.html deleted file mode 100644 index c90031c2..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-momo-constants/index.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - MomoConstants - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

MomoConstants

- -
-
-
-
-
-

Types

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-

Contains endpoint path constants used in API requests.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
object EndPoints

Contains endpoint constants for various API calls.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
object Headers

Contains HTTP header constants used in API requests.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
object TokenTypes

Contains token type constants used in API requests.

-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-

The maximum length of notification messages.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

The format used for timestamps in the SDK.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-product-type/-c-o-l-l-e-c-t-i-o-n/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-product-type/-c-o-l-l-e-c-t-i-o-n/index.html deleted file mode 100644 index c83b01b2..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-product-type/-c-o-l-l-e-c-t-i-o-n/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - COLLECTION - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

COLLECTION

-

Represents the collection product type.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

The string representation of the product type.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-product-type/-d-i-s-b-u-r-s-e-m-e-n-t-s/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-product-type/-d-i-s-b-u-r-s-e-m-e-n-t-s/index.html deleted file mode 100644 index 762d87f2..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-product-type/-d-i-s-b-u-r-s-e-m-e-n-t-s/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - DISBURSEMENTS - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DISBURSEMENTS

-

Represents the disbursements product type.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

The string representation of the product type.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-product-type/-r-e-m-i-t-t-a-n-c-e/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-product-type/-r-e-m-i-t-t-a-n-c-e/index.html deleted file mode 100644 index 72b10ce7..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-product-type/-r-e-m-i-t-t-a-n-c-e/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - REMITTANCE - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

REMITTANCE

-

Represents the remittance product type.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

The string representation of the product type.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-product-type/entries.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-product-type/entries.html deleted file mode 100644 index e0acd33b..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-product-type/entries.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - entries - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

entries

-
-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-product-type/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-product-type/index.html deleted file mode 100644 index 28e6f7d0..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-product-type/index.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - - ProductType - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

ProductType

-

Enum class representing the different product types available in the MTN MOMO system.

-
-
-
-
-
-

Entries

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-

Represents the collection product type.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Represents the disbursements product type.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Represents the remittance product type.

-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

The string representation of the product type.

-
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Returns an array containing the constants of this enum type, in the order they're declared.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-product-type/product-type.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-product-type/product-type.html deleted file mode 100644 index 335adde9..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-product-type/product-type.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - productType - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

productType

-
- -
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-product-type/value-of.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-product-type/value-of.html deleted file mode 100644 index 2125f23e..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-product-type/value-of.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - valueOf - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

valueOf

-
-

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-product-type/values.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-product-type/values.html deleted file mode 100644 index 77a1003f..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-product-type/values.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - values - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

values

-
-

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-settings/-c-o-n-n-e-c-t_-t-i-m-e-o-u-t.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-settings/-c-o-n-n-e-c-t_-t-i-m-e-o-u-t.html deleted file mode 100644 index 94535756..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-settings/-c-o-n-n-e-c-t_-t-i-m-e-o-u-t.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - CONNECT_TIMEOUT - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

CONNECT_TIMEOUT

-
-

Connection timeout duration in milliseconds.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-settings/-r-e-a-d_-t-i-m-e-o-u-t.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-settings/-r-e-a-d_-t-i-m-e-o-u-t.html deleted file mode 100644 index b5d3a543..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-settings/-r-e-a-d_-t-i-m-e-o-u-t.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - READ_TIMEOUT - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

READ_TIMEOUT

-
-

Connection read timeout duration in milliseconds.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-settings/-settings.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-settings/-settings.html deleted file mode 100644 index 00b0b071..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-settings/-settings.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - Settings - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Settings

-
-
@Inject
constructor()
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-settings/-w-r-i-t-e_-t-i-m-e-o-u-t.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-settings/-w-r-i-t-e_-t-i-m-e-o-u-t.html deleted file mode 100644 index 92dea2e1..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-settings/-w-r-i-t-e_-t-i-m-e-o-u-t.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - WRITE_TIMEOUT - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

WRITE_TIMEOUT

-
-

Connection write timeout duration in milliseconds.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-settings/check-notification-message-length.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-settings/check-notification-message-length.html deleted file mode 100644 index afde7a2e..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-settings/check-notification-message-length.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - checkNotificationMessageLength - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

checkNotificationMessageLength

-
-
fun checkNotificationMessageLength(notificationMessage: String?, notificationMessageMaxLength: Long = MomoConstants.NOTIFICATION_MESSAGE_LENGTH): Boolean

Checks if the length of the notification message is within the allowed limit.

Return

True if the message length is within the limit, false otherwise.

Parameters

notificationMessage

The notification message to check.

notificationMessageMaxLength

The maximum allowed length for the notification message.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-settings/format-phone-number.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-settings/format-phone-number.html deleted file mode 100644 index 8fc05ce7..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-settings/format-phone-number.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - formatPhoneNumber - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

formatPhoneNumber

-
-
fun formatPhoneNumber(phoneNumber: String, countryCode: String): String?

Formats the phone number based on the provided country code.

Return

A formatted phone number as a String, or null if the input is blank.

Parameters

phoneNumber

The phone number to format.

countryCode

The country code to prepend if the phone number starts with "0".

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-settings/generate-transaction-from-response.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-settings/generate-transaction-from-response.html deleted file mode 100644 index 996fe128..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-settings/generate-transaction-from-response.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - generateTransactionFromResponse - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

generateTransactionFromResponse

-
-
fun generateTransactionFromResponse(response: Response<ResponseBody?>): MomoTransaction?

Generates a MomoTransaction object from the given response.

Return

A MomoTransaction object, or null if the response body is empty.

Parameters

response

The response containing the transaction data.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-settings/generate-u-u-i-d.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-settings/generate-u-u-i-d.html deleted file mode 100644 index 4c8abdec..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-settings/generate-u-u-i-d.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - generateUUID - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

generateUUID

-
-

Generates a new UUID as a String.

Return

A randomly generated UUID.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-settings/get-product-subscription-keys.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-settings/get-product-subscription-keys.html deleted file mode 100644 index b7b64d48..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-settings/get-product-subscription-keys.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - getProductSubscriptionKeys - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

getProductSubscriptionKeys

-
-

Retrieves the product subscription keys based on the specified product

Return

The corresponding product key as a String.

Parameters

productType

The MTN MOMO API product type.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-settings/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-settings/index.html deleted file mode 100644 index 794ac695..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-settings/index.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - - Settings - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Settings

-
class Settings @Inject constructor

Contains general settings used in the library.

This class provides methods for generating UUIDs, formatting phone numbers, retrieving product subscription keys, and checking notification message lengths.

-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@Inject
constructor()
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-

Connection timeout duration in milliseconds.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Connection read timeout duration in milliseconds.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Connection write timeout duration in milliseconds.

-
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun checkNotificationMessageLength(notificationMessage: String?, notificationMessageMaxLength: Long = MomoConstants.NOTIFICATION_MESSAGE_LENGTH): Boolean

Checks if the length of the notification message is within the allowed limit.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun formatPhoneNumber(phoneNumber: String, countryCode: String): String?

Formats the phone number based on the provided country code.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun generateTransactionFromResponse(response: Response<ResponseBody?>): MomoTransaction?

Generates a MomoTransaction object from the given response.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Generates a new UUID as a String.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Retrieves the product subscription keys based on the specified product

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-transaction-status/-f-a-i-l-e-d/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-transaction-status/-f-a-i-l-e-d/index.html deleted file mode 100644 index 3c292e94..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-transaction-status/-f-a-i-l-e-d/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - FAILED - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

FAILED

-

Indicates that the transaction has failed.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-transaction-status/-p-e-n-d-i-n-g/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-transaction-status/-p-e-n-d-i-n-g/index.html deleted file mode 100644 index 6f72c6e2..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-transaction-status/-p-e-n-d-i-n-g/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - PENDING - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

PENDING

-

Indicates that the transaction is currently pending.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-transaction-status/-s-u-c-c-e-s-s-f-u-l/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-transaction-status/-s-u-c-c-e-s-s-f-u-l/index.html deleted file mode 100644 index 66cd8d1c..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-transaction-status/-s-u-c-c-e-s-s-f-u-l/index.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - SUCCESSFUL - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

SUCCESSFUL

-

Indicates that the transaction was successful.

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-transaction-status/entries.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-transaction-status/entries.html deleted file mode 100644 index 0cafc8a6..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-transaction-status/entries.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - entries - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

entries

-
-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-transaction-status/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-transaction-status/index.html deleted file mode 100644 index 3d79f8a8..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-transaction-status/index.html +++ /dev/null @@ -1,215 +0,0 @@ - - - - - TransactionStatus - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

TransactionStatus

-

Enum class representing the possible statuses of a transaction in the MTN MOMO system.

Each constant corresponds to a specific state of a transaction.

-
-
-
-
-
-

Entries

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-

Indicates that the transaction was successful.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Indicates that the transaction is currently pending.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Indicates that the transaction has failed.

-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Returns an array containing the constants of this enum type, in the order they're declared.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-transaction-status/value-of.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-transaction-status/value-of.html deleted file mode 100644 index 15fbee98..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-transaction-status/value-of.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - valueOf - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

valueOf

-
-

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/-transaction-status/values.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/-transaction-status/values.html deleted file mode 100644 index f651e11d..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/-transaction-status/values.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - values - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

values

-
-

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/io.rekast.sdk.utils/index.html b/dokka/momo-api-sdk/io.rekast.sdk.utils/index.html deleted file mode 100644 index 9826f78d..00000000 --- a/dokka/momo-api-sdk/io.rekast.sdk.utils/index.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - io.rekast.sdk.utils - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Types

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-

Enum class representing the different types of account holders in the MTN MOMO system.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Enum class representing the various error responses from the MTN MOMO API.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Enum class representing the different product types available in the MTN MOMO system.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class Settings @Inject constructor

Contains general settings used in the library.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Enum class representing the possible statuses of a transaction in the MTN MOMO system.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/momo-api-sdk/navigation.html b/dokka/momo-api-sdk/navigation.html deleted file mode 100644 index b06c970d..00000000 --- a/dokka/momo-api-sdk/navigation.html +++ /dev/null @@ -1,1027 +0,0 @@ -
-
- -
- -
- -
-
- -
-
- -
-
- Failure -
-
-
-
- Success -
-
-
- -
-
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
- -
- -
-
- -
- -
-
-
- ApiKey -
-
-
-
- ApiUser -
-
-
- - - - - - - - - - -
-
-
- sample -
- - - - - - - - - -
- -
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
- InfoColor -
-
-
- -
-
- -
-
- -
- - -
- -
- - - - - - - -
- -
- -
- -
-
- -
-
- - - - - - - - - -
-
diff --git a/dokka/navigation.html b/dokka/navigation.html deleted file mode 100644 index 0acffd0f..00000000 --- a/dokka/navigation.html +++ /dev/null @@ -1,1027 +0,0 @@ -
-
- -
- -
- -
-
- -
-
- -
-
- Failure -
-
-
-
- Success -
-
-
- -
-
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
- -
- -
-
- -
- -
-
-
- ApiKey -
-
-
-
- ApiUser -
-
-
- - - - - - - - - - -
-
-
- sample -
- - - - - - - - - -
- -
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
- InfoColor -
-
-
- -
-
- -
-
- -
- - -
- -
- - - - - - - -
- -
- -
- -
-
- -
-
- - - - - - - - - -
-
diff --git a/dokka/package-list b/dokka/package-list deleted file mode 100644 index b71cf193..00000000 --- a/dokka/package-list +++ /dev/null @@ -1,37 +0,0 @@ -$dokka.format:html-v1 -$dokka.linkExtension:html - -module:momo-api-sdk -io.rekast.sdk.callback -io.rekast.sdk.model -io.rekast.sdk.model.authentication -io.rekast.sdk.model.authentication.credentials -io.rekast.sdk.network -io.rekast.sdk.network.interceptor -io.rekast.sdk.network.interceptor.auth -io.rekast.sdk.network.interfaces.auth -io.rekast.sdk.network.interfaces.implementation.auth -io.rekast.sdk.network.service -io.rekast.sdk.network.service.products -io.rekast.sdk.repository -io.rekast.sdk.utils -module:sample -io.rekast.sdk.sample -io.rekast.sdk.sample.ui.components.accountdetails -io.rekast.sdk.sample.ui.components.general -io.rekast.sdk.sample.ui.components.mainscreen -io.rekast.sdk.sample.ui.components.screens -io.rekast.sdk.sample.ui.navigation.drawer -io.rekast.sdk.sample.ui.navigation.navigation -io.rekast.sdk.sample.ui.navigation.topbar -io.rekast.sdk.sample.ui.splash -io.rekast.sdk.sample.ui.theme -io.rekast.sdk.sample.utils -io.rekast.sdk.sample.utils.annotation -io.rekast.sdk.sample.views -io.rekast.sdk.sample.views.collection.pay -io.rekast.sdk.sample.views.collection.withdraw -io.rekast.sdk.sample.views.disbursement.deposit -io.rekast.sdk.sample.views.disbursement.refund -io.rekast.sdk.sample.views.home -io.rekast.sdk.sample.views.remittance diff --git a/dokka/sample/index.html b/dokka/sample/index.html deleted file mode 100644 index fb6dba07..00000000 --- a/dokka/sample/index.html +++ /dev/null @@ -1,421 +0,0 @@ - - - - - sample - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

sample

-
-

Packages

-
-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
- -
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.components.accountdetails/-account-balance-component.html b/dokka/sample/io.rekast.sdk.sample.ui.components.accountdetails/-account-balance-component.html deleted file mode 100644 index c0acbd0a..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.components.accountdetails/-account-balance-component.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - AccountBalanceComponent - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

AccountBalanceComponent

-
-
fun AccountBalanceComponent(modifier: Modifier = Modifier, accountBalance: MutableLiveData<AccountBalance?>)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.components.accountdetails/-account-status-component.html b/dokka/sample/io.rekast.sdk.sample.ui.components.accountdetails/-account-status-component.html deleted file mode 100644 index d02c34c2..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.components.accountdetails/-account-status-component.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - AccountStatusComponent - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

AccountStatusComponent

-
-
fun AccountStatusComponent(modifier: Modifier = Modifier, accountHolderStatus: MutableLiveData<AccountHolderStatus?>)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.components.accountdetails/-basic-user-info-component.html b/dokka/sample/io.rekast.sdk.sample.ui.components.accountdetails/-basic-user-info-component.html deleted file mode 100644 index 6b3e53ad..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.components.accountdetails/-basic-user-info-component.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - BasicUserInfoComponent - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

BasicUserInfoComponent

-
-
fun BasicUserInfoComponent(modifier: Modifier = Modifier, basicUserInfo: MutableLiveData<BasicUserInfo?>)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.components.accountdetails/index.html b/dokka/sample/io.rekast.sdk.sample.ui.components.accountdetails/index.html deleted file mode 100644 index 926c9c3f..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.components.accountdetails/index.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - io.rekast.sdk.sample.ui.components.accountdetails - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun AccountBalanceComponent(modifier: Modifier = Modifier, accountBalance: MutableLiveData<AccountBalance?>)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun AccountStatusComponent(modifier: Modifier = Modifier, accountHolderStatus: MutableLiveData<AccountHolderStatus?>)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun BasicUserInfoComponent(modifier: Modifier = Modifier, basicUserInfo: MutableLiveData<BasicUserInfo?>)
-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.components.general/-circular-progress-bar-component.html b/dokka/sample/io.rekast.sdk.sample.ui.components.general/-circular-progress-bar-component.html deleted file mode 100644 index f82558e3..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.components.general/-circular-progress-bar-component.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - CircularProgressBarComponent - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

CircularProgressBarComponent

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.components.general/-payment-data-screen-component.html b/dokka/sample/io.rekast.sdk.sample.ui.components.general/-payment-data-screen-component.html deleted file mode 100644 index 9c5f7beb..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.components.general/-payment-data-screen-component.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - PaymentDataScreenComponent - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

PaymentDataScreenComponent

-
-
fun PaymentDataScreenComponent(modifier: Modifier = Modifier, title: String, submitButtonText: String, phoneNumber: String, financialId: String, amount: String, paymentMessage: String, paymentNote: String, onRequestPayButtonClicked: () -> Unit, onPhoneNumberUpdated: (String) -> Unit, onFinancialIdUpdated: (String) -> Unit, onAmountUpdated: (String) -> Unit, onPayerMessageUpdated: (String) -> Unit, onPayerNoteUpdated: (String) -> Unit)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.components.general/-snack-bar-component.html b/dokka/sample/io.rekast.sdk.sample.ui.components.general/-snack-bar-component.html deleted file mode 100644 index 53cd5c89..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.components.general/-snack-bar-component.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - SnackBarComponent - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

SnackBarComponent

-
-
fun SnackBarComponent(modifier: Modifier = Modifier, snackBarHostState: SnackbarHostState, backgroundColorHex: String, actionColorHex: String, contentColorHex: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.components.general/index.html b/dokka/sample/io.rekast.sdk.sample.ui.components.general/index.html deleted file mode 100644 index 32c0949e..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.components.general/index.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - io.rekast.sdk.sample.ui.components.general - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun PaymentDataScreenComponent(modifier: Modifier = Modifier, title: String, submitButtonText: String, phoneNumber: String, financialId: String, amount: String, paymentMessage: String, paymentNote: String, onRequestPayButtonClicked: () -> Unit, onPhoneNumberUpdated: (String) -> Unit, onFinancialIdUpdated: (String) -> Unit, onAmountUpdated: (String) -> Unit, onPayerMessageUpdated: (String) -> Unit, onPayerNoteUpdated: (String) -> Unit)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun SnackBarComponent(modifier: Modifier = Modifier, snackBarHostState: SnackbarHostState, backgroundColorHex: String, actionColorHex: String, contentColorHex: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.components.general/text-field-defaults-component.html b/dokka/sample/io.rekast.sdk.sample.ui.components.general/text-field-defaults-component.html deleted file mode 100644 index bc5d74ca..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.components.general/text-field-defaults-component.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - textFieldDefaultsComponent - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

textFieldDefaultsComponent

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.components.mainscreen/-basic-user-info-component.html b/dokka/sample/io.rekast.sdk.sample.ui.components.mainscreen/-basic-user-info-component.html deleted file mode 100644 index fe9a754b..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.components.mainscreen/-basic-user-info-component.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - BasicUserInfoComponent - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

BasicUserInfoComponent

-
-
fun BasicUserInfoComponent(modifier: Modifier = Modifier, basicUserInfo: MutableLiveData<BasicUserInfo?>)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.components.mainscreen/index.html b/dokka/sample/io.rekast.sdk.sample.ui.components.mainscreen/index.html deleted file mode 100644 index 9df52144..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.components.mainscreen/index.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - io.rekast.sdk.sample.ui.components.mainscreen - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun BasicUserInfoComponent(modifier: Modifier = Modifier, basicUserInfo: MutableLiveData<BasicUserInfo?>)
-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.components.screens/-payment-data-display-component-preview.html b/dokka/sample/io.rekast.sdk.sample.ui.components.screens/-payment-data-display-component-preview.html deleted file mode 100644 index 9100d9b6..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.components.screens/-payment-data-display-component-preview.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - PaymentDataDisplayComponentPreview - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

PaymentDataDisplayComponentPreview

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.components.screens/-payment-data-display-component.html b/dokka/sample/io.rekast.sdk.sample.ui.components.screens/-payment-data-display-component.html deleted file mode 100644 index 99744dce..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.components.screens/-payment-data-display-component.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - PaymentDataDisplayComponent - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

PaymentDataDisplayComponent

-
-
fun PaymentDataDisplayComponent(modifier: Modifier = Modifier, title: String, momoTransaction: MutableLiveData<MomoTransaction?>)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.components.screens/-payment-data-screen-component.html b/dokka/sample/io.rekast.sdk.sample.ui.components.screens/-payment-data-screen-component.html deleted file mode 100644 index 0f4d3ea3..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.components.screens/-payment-data-screen-component.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - PaymentDataScreenComponent - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

PaymentDataScreenComponent

-
-
fun PaymentDataScreenComponent(modifier: Modifier = Modifier, title: String, submitButtonText: String, phoneNumber: String, financialId: String, showFinancialId: Boolean = true, referenceIdToRefund: String, showReferenceIdToRefund: Boolean = true, amount: String, paymentMessage: String, paymentNote: String, deliveryNote: String, showDeliveryTextField: Boolean = true, onRequestPayButtonClicked: () -> Unit, onPhoneNumberUpdated: (String) -> Unit, onFinancialIdUpdated: (String) -> Unit, onReferenceIdToRefundUpdated: (String) -> Unit, onAmountUpdated: (String) -> Unit, onPayerMessageUpdated: (String) -> Unit, onPayerNoteUpdated: (String) -> Unit, onDeliveryNoteUpdated: (String) -> Unit)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.components.screens/index.html b/dokka/sample/io.rekast.sdk.sample.ui.components.screens/index.html deleted file mode 100644 index c7853d12..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.components.screens/index.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - io.rekast.sdk.sample.ui.components.screens - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun PaymentDataDisplayComponent(modifier: Modifier = Modifier, title: String, momoTransaction: MutableLiveData<MomoTransaction?>)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun PaymentDataScreenComponent(modifier: Modifier = Modifier, title: String, submitButtonText: String, phoneNumber: String, financialId: String, showFinancialId: Boolean = true, referenceIdToRefund: String, showReferenceIdToRefund: Boolean = true, amount: String, paymentMessage: String, paymentNote: String, deliveryNote: String, showDeliveryTextField: Boolean = true, onRequestPayButtonClicked: () -> Unit, onPhoneNumberUpdated: (String) -> Unit, onFinancialIdUpdated: (String) -> Unit, onReferenceIdToRefundUpdated: (String) -> Unit, onAmountUpdated: (String) -> Unit, onPayerMessageUpdated: (String) -> Unit, onPayerNoteUpdated: (String) -> Unit, onDeliveryNoteUpdated: (String) -> Unit)
-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.navigation.drawer/-drawer-item-preview.html b/dokka/sample/io.rekast.sdk.sample.ui.navigation.drawer/-drawer-item-preview.html deleted file mode 100644 index 473956b0..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.navigation.drawer/-drawer-item-preview.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - DrawerItemPreview - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DrawerItemPreview

-
-
@Preview(showBackground = false)
fun DrawerItemPreview()
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.navigation.drawer/-drawer-item.html b/dokka/sample/io.rekast.sdk.sample.ui.navigation.drawer/-drawer-item.html deleted file mode 100644 index a19ae0a2..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.navigation.drawer/-drawer-item.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - DrawerItem - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DrawerItem

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.navigation.drawer/-drawer-preview.html b/dokka/sample/io.rekast.sdk.sample.ui.navigation.drawer/-drawer-preview.html deleted file mode 100644 index 96553eac..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.navigation.drawer/-drawer-preview.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - DrawerPreview - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DrawerPreview

-
-
@Preview(showBackground = false)
fun DrawerPreview()
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.navigation.drawer/-drawer.html b/dokka/sample/io.rekast.sdk.sample.ui.navigation.drawer/-drawer.html deleted file mode 100644 index d72b7249..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.navigation.drawer/-drawer.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - Drawer - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Drawer

-
-
fun Drawer(scope: CoroutineScope, scaffoldState: ScaffoldState, navController: NavController)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.navigation.drawer/index.html b/dokka/sample/io.rekast.sdk.sample.ui.navigation.drawer/index.html deleted file mode 100644 index 99f7dce8..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.navigation.drawer/index.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - io.rekast.sdk.sample.ui.navigation.drawer - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun Drawer(scope: CoroutineScope, scaffoldState: ScaffoldState, navController: NavController)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@Preview(showBackground = false)
fun DrawerItemPreview()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@Preview(showBackground = false)
fun DrawerPreview()
-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/-navigation-drawer-item/-collection-request-to-pay/index.html b/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/-navigation-drawer-item/-collection-request-to-pay/index.html deleted file mode 100644 index ae099afa..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/-navigation-drawer-item/-collection-request-to-pay/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - CollectionRequestToPay - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

CollectionRequestToPay

- -
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
var icon: Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
var route: Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/-navigation-drawer-item/-collection-request-to-withdraw/index.html b/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/-navigation-drawer-item/-collection-request-to-withdraw/index.html deleted file mode 100644 index 89ff0904..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/-navigation-drawer-item/-collection-request-to-withdraw/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - CollectionRequestToWithdraw - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

CollectionRequestToWithdraw

- -
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
var icon: Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
var route: Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/-navigation-drawer-item/-disbursement-deposit/index.html b/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/-navigation-drawer-item/-disbursement-deposit/index.html deleted file mode 100644 index 84af3f70..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/-navigation-drawer-item/-disbursement-deposit/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - DisbursementDeposit - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DisbursementDeposit

- -
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
var icon: Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
var route: Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/-navigation-drawer-item/-disbursement-refund/index.html b/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/-navigation-drawer-item/-disbursement-refund/index.html deleted file mode 100644 index 35081e1a..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/-navigation-drawer-item/-disbursement-refund/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - DisbursementRefund - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DisbursementRefund

- -
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
var icon: Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
var route: Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/-navigation-drawer-item/-home/index.html b/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/-navigation-drawer-item/-home/index.html deleted file mode 100644 index daa3188f..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/-navigation-drawer-item/-home/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - Home - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Home

- -
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
var icon: Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
var route: Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/-navigation-drawer-item/-remittance/index.html b/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/-navigation-drawer-item/-remittance/index.html deleted file mode 100644 index 44456979..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/-navigation-drawer-item/-remittance/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - Remittance - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Remittance

- -
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
var icon: Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
var route: Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/-navigation-drawer-item/icon.html b/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/-navigation-drawer-item/icon.html deleted file mode 100644 index 96c2f861..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/-navigation-drawer-item/icon.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - icon - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

icon

-
-
var icon: Int
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/-navigation-drawer-item/index.html b/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/-navigation-drawer-item/index.html deleted file mode 100644 index ec876ecc..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/-navigation-drawer-item/index.html +++ /dev/null @@ -1,226 +0,0 @@ - - - - - NavigationDrawerItem - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- - -
-
-
-
-

Types

-
-
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
var icon: Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
var route: Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/-navigation-drawer-item/route.html b/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/-navigation-drawer-item/route.html deleted file mode 100644 index 43bf5fd3..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/-navigation-drawer-item/route.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - route - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

route

-
-
var route: Int
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/-navigation-drawer-item/title.html b/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/-navigation-drawer-item/title.html deleted file mode 100644 index 92af033d..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/-navigation-drawer-item/title.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - title - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

title

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/index.html b/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/index.html deleted file mode 100644 index 00b31858..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.navigation.navigation/index.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - io.rekast.sdk.sample.ui.navigation.navigation - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Types

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.navigation.topbar/-top-bar-preview.html b/dokka/sample/io.rekast.sdk.sample.ui.navigation.topbar/-top-bar-preview.html deleted file mode 100644 index e35333f6..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.navigation.topbar/-top-bar-preview.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - TopBarPreview - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

TopBarPreview

-
-
@Preview(showBackground = false)
fun TopBarPreview()
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.navigation.topbar/-top-bar.html b/dokka/sample/io.rekast.sdk.sample.ui.navigation.topbar/-top-bar.html deleted file mode 100644 index fa481b03..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.navigation.topbar/-top-bar.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - TopBar - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

TopBar

-
-
fun TopBar(scope: CoroutineScope, scaffoldState: ScaffoldState, title: Int)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.navigation.topbar/index.html b/dokka/sample/io.rekast.sdk.sample.ui.navigation.topbar/index.html deleted file mode 100644 index ae974d63..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.navigation.topbar/index.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - io.rekast.sdk.sample.ui.navigation.topbar - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun TopBar(scope: CoroutineScope, scaffoldState: ScaffoldState, title: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@Preview(showBackground = false)
fun TopBarPreview()
-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.splash/-splash-screen-activity/-splash-screen-activity.html b/dokka/sample/io.rekast.sdk.sample.ui.splash/-splash-screen-activity/-splash-screen-activity.html deleted file mode 100644 index ebd2fc4c..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.splash/-splash-screen-activity/-splash-screen-activity.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - SplashScreenActivity - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

SplashScreenActivity

-
-
constructor()
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.splash/-splash-screen-activity/index.html b/dokka/sample/io.rekast.sdk.sample.ui.splash/-splash-screen-activity/index.html deleted file mode 100644 index 82fadd0b..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.splash/-splash-screen-activity/index.html +++ /dev/null @@ -1,6380 +0,0 @@ - - - - - SplashScreenActivity - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

SplashScreenActivity

- -
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
constructor()
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override val lifecycle: Lifecycle
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override val viewModelStore: ViewModelStore
-
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun addContentView(view: View?, params: ViewGroup.LayoutParams?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun addMenuProvider(provider: MenuProvider)
open override fun addMenuProvider(provider: MenuProvider, owner: LifecycleOwner)
open override fun addMenuProvider(provider: MenuProvider, owner: LifecycleOwner, state: Lifecycle.State)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
override fun addOnNewIntentListener(listener: Consumer<Intent>)
-
-
-
-
- -
- -
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
override fun addOnTrimMemoryListener(listener: Consumer<Int>)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
override fun addOnUserLeaveHintListener(listener: Runnable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

This is required to fix keyboard overlapping content in a Composable screen. This functionality is applied after the setContent function of the activity is called.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun bindService(p0: Intent, p1: ServiceConnection, p2: Int): Boolean
open override fun bindService(p0: Intent, p1: Int, p2: Executor, p3: ServiceConnection): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun checkCallingOrSelfPermission(p0: String): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun checkCallingOrSelfUriPermission(p0: Uri, p1: Int): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun checkCallingPermission(p0: String): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun checkCallingUriPermission(p0: Uri, p1: Int): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun checkCallingUriPermissions(p0: MutableList<Uri>, p1: Int): IntArray
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun checkContentUriPermissionFull(p0: Uri, p1: Int, p2: Int, p3: Int): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun checkPermission(p0: String, p1: Int, p2: Int): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun checkSelfPermission(p0: String): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun checkUriPermission(p0: Uri, p1: Int, p2: Int, p3: Int): Int
open override fun checkUriPermission(p0: Uri?, p1: String?, p2: String?, p3: Int, p4: Int, p5: Int): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun checkUriPermissions(p0: MutableList<Uri>, p1: Int, p2: Int, p3: Int): IntArray
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun clearWallpaper()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun closeContextMenu()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun closeOptionsMenu()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun createAttributionContext(p0: String?): Context
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun createContext(p0: ContextParams): Context
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun createContextForSplit(p0: String): Context
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun createDeviceContext(p0: Int): Context
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun createDisplayContext(p0: Display): Context
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun createPackageContext(p0: String, p1: Int): Context
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun createWindowContext(p0: Int, p1: Bundle?): Context
open override fun createWindowContext(p0: Display, p1: Int, p2: Bundle?): Context
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun databaseList(): Array<String>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun deleteDatabase(p0: String): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun deleteFile(p0: String): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun deleteSharedPreferences(p0: String): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun dispatchKeyEvent(event: KeyEvent): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun dispatchKeyShortcutEvent(event: KeyEvent): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun dispatchTouchEvent(p0: MotionEvent): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun dump(@NonNull p0: String, @Nullable p1: FileDescriptor?, @NonNull p2: PrintWriter, @Nullable p3: Array<String>?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun enforceCallingOrSelfPermission(p0: String, p1: String?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun enforceCallingOrSelfUriPermission(p0: Uri, p1: Int, p2: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun enforceCallingPermission(p0: String, p1: String?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun enforceCallingUriPermission(p0: Uri, p1: Int, p2: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun enforcePermission(p0: String, p1: Int, p2: Int, p3: String?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun enforceUriPermission(p0: Uri, p1: Int, p2: Int, p3: Int, p4: String)
open override fun enforceUriPermission(p0: Uri?, p1: String?, p2: String?, p3: Int, p4: Int, p5: Int, p6: String?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun fileList(): Array<String>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun <T : View> findViewById(@IdRes p0: Int): T
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun finish()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun finishActivity(p0: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun finishAffinity()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getActionBar(): ActionBar?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getApplicationContext(): Context
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getApplicationInfo(): ApplicationInfo
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getAssets(): AssetManager
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getAttributionTag(): String?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getCacheDir(): File
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getClassLoader(): ClassLoader
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getCodeCacheDir(): File
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getColor(p0: Int): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getContentResolver(): ContentResolver
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getCurrentFocus(): View?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getDatabasePath(p0: String): File
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getDataDir(): File
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getDeviceId(): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getDir(p0: String, p1: Int): File
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getDisplay(): Display
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getExternalCacheDir(): File?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getExternalCacheDirs(): Array<File>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getExternalFilesDir(p0: String?): File?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getExternalFilesDirs(p0: String): Array<File>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getExternalMediaDirs(): Array<File>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun <T : ComponentActivity.ExtraData> getExtraData(extraDataClass: Class<T>): T?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getFilesDir(): File
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getFileStreamPath(p0: String): File
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getIntent(): Intent
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getMainExecutor(): Executor
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getMainLooper(): Looper
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getMenuInflater(): MenuInflater
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getNoBackupFilesDir(): File
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getObbDir(): File
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getObbDirs(): Array<File>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getOpPackageName(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getPackageCodePath(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getPackageManager(): PackageManager
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getPackageName(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getPackageResourcePath(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getParams(): ContextParams?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getReferrer(): Uri?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getResources(): Resources
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getSharedPreferences(p0: String, p1: Int): SharedPreferences
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getString(p0: Int): String
fun getString(p0: Int, vararg p1: Any): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getSystemService(p0: String): Any
fun <T : Any> getSystemService(p0: Class<T>): T
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getSystemServiceName(p0: Class<*>): String?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getTaskId(): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getTheme(): Resources.Theme
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getWallpaper(): Drawable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getWindow(): Window
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun grantUriPermission(p0: String, p1: Uri, p2: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun invalidateMenu()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun invalidateOptionsMenu()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun isDestroyed(): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun isDeviceProtectedStorage(): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun isFinishing(): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun isImmersive(): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun isRestricted(): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun isTaskRoot(): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun isUiContext(): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun managedQuery(p0: Uri, p1: Array<String>, p2: String, p3: Array<String>, p4: String): Cursor
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun moveDatabaseFrom(p0: Context, p1: String): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun moveSharedPreferencesFrom(p0: Context, p1: String): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun navigateUpTo(p0: Intent): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- - - -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onActionModeFinished(p0: ActionMode)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onActionModeStarted(p0: ActionMode)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun onActivityReenter(p0: Int, p1: Intent)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun onActivityResult(p0: Int, p1: Int, p2: Intent?, p3: ComponentCaller)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onAttachedToWindow()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onBackPressed()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onConfigurationChanged(@NonNull newConfig: Configuration)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onContentChanged()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun onCreate(p0: Bundle?, p1: PersistableBundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onCreatePanelMenu(featureId: Int, menu: Menu): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onCreatePanelView(p0: Int): View?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onCreateView(@NonNull p0: String, @NonNull p1: Context, @NonNull p2: AttributeSet): View?
open override fun onCreateView(@Nullable p0: View?, @NonNull p1: String, @NonNull p2: Context, @NonNull p3: AttributeSet): View?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onDetachedFromWindow()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onKeyDown(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onKeyLongPress(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onKeyMultiple(p0: Int, p1: Int, p2: KeyEvent): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun onKeyShortcut(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onKeyUp(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onLowMemory()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
override fun onMenuItemSelected(featureId: Int, @NonNull item: MenuItem): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onMenuOpened(p0: Int, p1: Menu): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onMultiWindowModeChanged(isInMultiWindowMode: Boolean)
open override fun onMultiWindowModeChanged(isInMultiWindowMode: Boolean, newConfig: Configuration)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun onNavigateUp(): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onPanelClosed(featureId: Int, @NonNull menu: Menu)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onPictureInPictureModeChanged(isInPictureInPictureMode: Boolean)
open override fun onPictureInPictureModeChanged(isInPictureInPictureMode: Boolean, newConfig: Configuration)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onPreparePanel(featureId: Int, view: View?, menu: Menu): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun onRequestPermissionsResult(p0: Int, p1: Array<String>, p2: IntArray, p3: Int)
open override fun onRequestPermissionsResult(requestCode: Int, @NonNull permissions: Array<String>, @NonNull grantResults: IntArray)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onSearchRequested(): Boolean
open override fun onSearchRequested(p0: SearchEvent?): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onStateNotSaved()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onTrimMemory(level: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onWindowFocusChanged(p0: Boolean)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun openContextMenu(p0: View)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun openFileInput(p0: String): FileInputStream
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun openFileOutput(p0: String, p1: Int): FileOutputStream
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun openOptionsMenu()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun overrideActivityTransition(p0: Int, p1: Int, p2: Int)
open fun overrideActivityTransition(p0: Int, p1: Int, p2: Int, p3: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun overridePendingTransition(p0: Int, p1: Int)
open fun overridePendingTransition(p0: Int, p1: Int, p2: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun peekAvailableContext(): Context?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun peekWallpaper(): Drawable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun recreate()
-
-
-
-
- - - -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter): Intent?
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter, p2: Int): Intent?
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter, p2: String?, p3: Handler?): Intent?
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter, p2: String?, p3: Handler?, p4: Int): Intent?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun removeDialog(p0: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun removeMenuProvider(provider: MenuProvider)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
override fun removeOnNewIntentListener(listener: Consumer<Intent>)
-
-
-
-
- - - -
-
-
- - -
Link copied to clipboard
-
-
-
-
override fun removeOnTrimMemoryListener(listener: Consumer<Int>)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
override fun removeOnUserLeaveHintListener(listener: Runnable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun removeStickyBroadcast(p0: Intent)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun removeStickyBroadcastAsUser(p0: Intent, p1: UserHandle)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun reportFullyDrawn()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun <T : View> requireViewById(p0: Int): T & Any
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun revokeUriPermission(p0: Uri, p1: Int)
open override fun revokeUriPermission(p0: String, p1: Uri, p2: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun sendBroadcast(p0: Intent)
open override fun sendBroadcast(p0: Intent, p1: String?)
open override fun sendBroadcast(p0: Intent, p1: String?, p2: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun sendBroadcastAsUser(p0: Intent, p1: UserHandle)
open override fun sendBroadcastAsUser(p0: Intent, p1: UserHandle, p2: String?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun sendOrderedBroadcast(p0: Intent, p1: String?)
open override fun sendOrderedBroadcast(p0: Intent, p1: String?, p2: Bundle?)
open override fun sendOrderedBroadcast(p0: Intent, p1: String?, p2: BroadcastReceiver?, p3: Handler?, p4: Int, p5: String?, p6: Bundle?)
open override fun sendOrderedBroadcast(p0: Intent, p1: String?, p2: Bundle?, p3: BroadcastReceiver?, p4: Handler?, p5: Int, p6: String?, p7: Bundle?)
open override fun sendOrderedBroadcast(p0: Intent, p1: String?, p2: String?, p3: BroadcastReceiver?, p4: Handler?, p5: Int, p6: String?, p7: Bundle?)
open fun sendOrderedBroadcast(p0: Intent, p1: Int, p2: String?, p3: String?, p4: BroadcastReceiver?, p5: Handler?, p6: String?, p7: Bundle?, p8: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun sendOrderedBroadcastAsUser(p0: Intent, p1: UserHandle, p2: String?, p3: BroadcastReceiver?, p4: Handler?, p5: Int, p6: String?, p7: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun sendStickyBroadcast(p0: Intent)
open override fun sendStickyBroadcast(p0: Intent, p1: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun sendStickyBroadcastAsUser(p0: Intent, p1: UserHandle)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun sendStickyOrderedBroadcast(p0: Intent, p1: BroadcastReceiver?, p2: Handler?, p3: Int, p4: String?, p5: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun sendStickyOrderedBroadcastAsUser(p0: Intent, p1: UserHandle, p2: BroadcastReceiver?, p3: Handler?, p4: Int, p5: String?, p6: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setActionBar(p0: Toolbar?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun setContentView(view: View?)
open override fun setContentView(@LayoutRes layoutResID: Int)
open override fun setContentView(view: View?, params: ViewGroup.LayoutParams?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- - - - - -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setImmersive(p0: Boolean)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setIntent(p0: Intent)
open fun setIntent(p0: Intent?, p1: ComponentCaller?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setLocusContext(p0: LocusId?, p1: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun setProgress(p0: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun setResult(p0: Int)
fun setResult(p0: Int, p1: Intent)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setSupportProgress(p0: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setTheme(p0: Resources.Theme?)
open override fun setTheme(@StyleRes p0: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setTitle(p0: CharSequence)
open fun setTitle(p0: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setTitleColor(p0: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setTurnScreenOn(p0: Boolean)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setVisible(p0: Boolean)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun setWallpaper(p0: Bitmap)
open override fun setWallpaper(p0: InputStream)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
- -
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun showAssist(p0: Bundle): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun showDialog(p0: Int)
fun showDialog(p0: Int, p1: Bundle): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun startActivities(p0: Array<Intent>)
open override fun startActivities(p0: Array<Intent>, p1: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun startActivity(p0: Intent)
open override fun startActivity(p0: Intent, p1: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun startActivityForResult(intent: Intent, requestCode: Int)
open override fun startActivityForResult(intent: Intent, requestCode: Int, options: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun startActivityFromChild(p0: Activity, p1: Intent, p2: Int)
open fun startActivityFromChild(p0: Activity, p1: Intent, p2: Int, p3: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun startInstrumentation(p0: ComponentName, p1: String?, p2: Bundle?): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun startIntentSender(p0: IntentSender, p1: Intent?, p2: Int, p3: Int, p4: Int)
open override fun startIntentSender(p0: IntentSender, p1: Intent?, p2: Int, p3: Int, p4: Int, p5: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun startIntentSenderForResult(intent: IntentSender, requestCode: Int, fillInIntent: Intent?, flagsMask: Int, flagsValues: Int, extraFlags: Int)
open override fun startIntentSenderForResult(intent: IntentSender, requestCode: Int, fillInIntent: Intent?, flagsMask: Int, flagsValues: Int, extraFlags: Int, options: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun startIntentSenderFromChild(p0: Activity, p1: IntentSender, p2: Int, p3: Intent, p4: Int, p5: Int, p6: Int)
open fun startIntentSenderFromChild(p0: Activity, p1: IntentSender, p2: Int, p3: Intent, p4: Int, p5: Int, p6: Int, p7: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun startIntentSenderFromFragment(@NonNull p0: Fragment, @NonNull p1: IntentSender, p2: Int, @Nullable p3: Intent?, p4: Int, p5: Int, p6: Int, @Nullable p7: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun startLockTask()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun startSearch(p0: String?, p1: Boolean, p2: Bundle?, p3: Boolean)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun startService(p0: Intent): ComponentName?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun stopLockTask()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun stopService(p0: Intent): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun superDispatchKeyEvent(event: KeyEvent): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun supportInvalidateOptionsMenu()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun takeKeyEvents(p0: Boolean)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun triggerSearch(p0: String, p1: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun unbindService(p0: ServiceConnection)
-
-
-
-
- - - -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun unregisterReceiver(p0: BroadcastReceiver)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun updateServiceGroup(p0: ServiceConnection, p1: Int, p2: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.splash/-splash-screen-preview.html b/dokka/sample/io.rekast.sdk.sample.ui.splash/-splash-screen-preview.html deleted file mode 100644 index b4fb293b..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.splash/-splash-screen-preview.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - SplashScreenPreview - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

SplashScreenPreview

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.splash/-splash-screen.html b/dokka/sample/io.rekast.sdk.sample.ui.splash/-splash-screen.html deleted file mode 100644 index 366e6976..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.splash/-splash-screen.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - SplashScreen - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

SplashScreen

-
-
fun SplashScreen(modifier: Modifier = Modifier)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.splash/index.html b/dokka/sample/io.rekast.sdk.sample.ui.splash/index.html deleted file mode 100644 index bf72067c..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.splash/index.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - io.rekast.sdk.sample.ui.splash - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Types

-
-
-
-
- - -
Link copied to clipboard
-
- -
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun SplashScreen(modifier: Modifier = Modifier)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.theme/-app-theme.html b/dokka/sample/io.rekast.sdk.sample.ui.theme/-app-theme.html deleted file mode 100644 index 51e744da..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.theme/-app-theme.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - AppTheme - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

AppTheme

-
-
fun AppTheme(darkTheme: Boolean = false, content: @Composable () -> Unit)

TODO fix issue with ktfmt formatting annotated high order functions. Current workaround below: lambda in this format content: (@Composable() () -> Unit) to allow spotlessApply

To enable sample theme set darkTheme = isSystemInDarkTheme

-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.theme/-app-title-color.html b/dokka/sample/io.rekast.sdk.sample.ui.theme/-app-title-color.html deleted file mode 100644 index fc356bdc..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.theme/-app-title-color.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - AppTitleColor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

AppTitleColor

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.theme/-blue-text-color.html b/dokka/sample/io.rekast.sdk.sample.ui.theme/-blue-text-color.html deleted file mode 100644 index f2136402..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.theme/-blue-text-color.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - BlueTextColor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

BlueTextColor

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.theme/-danger-color.html b/dokka/sample/io.rekast.sdk.sample.ui.theme/-danger-color.html deleted file mode 100644 index 3791a8ee..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.theme/-danger-color.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - DangerColor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DangerColor

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.theme/-dark-colors.html b/dokka/sample/io.rekast.sdk.sample.ui.theme/-dark-colors.html deleted file mode 100644 index 702dc5ad..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.theme/-dark-colors.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - DarkColors - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DarkColors

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.theme/-default-color.html b/dokka/sample/io.rekast.sdk.sample.ui.theme/-default-color.html deleted file mode 100644 index fd0fb5cb..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.theme/-default-color.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - DefaultColor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DefaultColor

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.theme/-divider-color.html b/dokka/sample/io.rekast.sdk.sample.ui.theme/-divider-color.html deleted file mode 100644 index 394acb97..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.theme/-divider-color.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - DividerColor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DividerColor

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.theme/-grey-text-color.html b/dokka/sample/io.rekast.sdk.sample.ui.theme/-grey-text-color.html deleted file mode 100644 index 26e272ae..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.theme/-grey-text-color.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - GreyTextColor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

GreyTextColor

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.theme/-info-color.html b/dokka/sample/io.rekast.sdk.sample.ui.theme/-info-color.html deleted file mode 100644 index e316059e..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.theme/-info-color.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - InfoColor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

InfoColor

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.theme/-light-colors.html b/dokka/sample/io.rekast.sdk.sample.ui.theme/-light-colors.html deleted file mode 100644 index d3893f54..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.theme/-light-colors.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - LightColors - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

LightColors

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.theme/-lighter-blue.html b/dokka/sample/io.rekast.sdk.sample.ui.theme/-lighter-blue.html deleted file mode 100644 index 511f9a63..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.theme/-lighter-blue.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - LighterBlue - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

LighterBlue

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.theme/-login-dark-color.html b/dokka/sample/io.rekast.sdk.sample.ui.theme/-login-dark-color.html deleted file mode 100644 index b39ff7bf..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.theme/-login-dark-color.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - LoginDarkColor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

LoginDarkColor

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.theme/-login-field-background-color.html b/dokka/sample/io.rekast.sdk.sample.ui.theme/-login-field-background-color.html deleted file mode 100644 index e0f3279a..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.theme/-login-field-background-color.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - LoginFieldBackgroundColor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

LoginFieldBackgroundColor

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.theme/-menu-action-button-text-color.html b/dokka/sample/io.rekast.sdk.sample.ui.theme/-menu-action-button-text-color.html deleted file mode 100644 index d938eb12..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.theme/-menu-action-button-text-color.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - MenuActionButtonTextColor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

MenuActionButtonTextColor

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.theme/-menu-item-color.html b/dokka/sample/io.rekast.sdk.sample.ui.theme/-menu-item-color.html deleted file mode 100644 index 2b4160ee..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.theme/-menu-item-color.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - MenuItemColor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

MenuItemColor

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.theme/-personal-data-background-color.html b/dokka/sample/io.rekast.sdk.sample.ui.theme/-personal-data-background-color.html deleted file mode 100644 index 2b27d929..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.theme/-personal-data-background-color.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - PersonalDataBackgroundColor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

PersonalDataBackgroundColor

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.theme/-profile-background-color.html b/dokka/sample/io.rekast.sdk.sample.ui.theme/-profile-background-color.html deleted file mode 100644 index 8a5432bb..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.theme/-profile-background-color.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - ProfileBackgroundColor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

ProfileBackgroundColor

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.theme/-progress-bar-blue-color.html b/dokka/sample/io.rekast.sdk.sample.ui.theme/-progress-bar-blue-color.html deleted file mode 100644 index 181fcfcf..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.theme/-progress-bar-blue-color.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - ProgressBarBlueColor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

ProgressBarBlueColor

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.theme/-search-header-color.html b/dokka/sample/io.rekast.sdk.sample.ui.theme/-search-header-color.html deleted file mode 100644 index 01006cd7..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.theme/-search-header-color.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - SearchHeaderColor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

SearchHeaderColor

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.theme/-side-menu-bottom-item-dark-color.html b/dokka/sample/io.rekast.sdk.sample.ui.theme/-side-menu-bottom-item-dark-color.html deleted file mode 100644 index c296a2a0..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.theme/-side-menu-bottom-item-dark-color.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - SideMenuBottomItemDarkColor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

SideMenuBottomItemDarkColor

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.theme/-side-menu-dark-color.html b/dokka/sample/io.rekast.sdk.sample.ui.theme/-side-menu-dark-color.html deleted file mode 100644 index 3edc1c4c..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.theme/-side-menu-dark-color.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - SideMenuDarkColor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

SideMenuDarkColor

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.theme/-side-menu-top-item-dark-color.html b/dokka/sample/io.rekast.sdk.sample.ui.theme/-side-menu-top-item-dark-color.html deleted file mode 100644 index e3757d57..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.theme/-side-menu-top-item-dark-color.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - SideMenuTopItemDarkColor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

SideMenuTopItemDarkColor

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.theme/-status-text-color.html b/dokka/sample/io.rekast.sdk.sample.ui.theme/-status-text-color.html deleted file mode 100644 index a1bb299b..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.theme/-status-text-color.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - StatusTextColor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

StatusTextColor

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.theme/-subtitle-text-color.html b/dokka/sample/io.rekast.sdk.sample.ui.theme/-subtitle-text-color.html deleted file mode 100644 index 78775eab..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.theme/-subtitle-text-color.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - SubtitleTextColor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

SubtitleTextColor

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.theme/-success-color.html b/dokka/sample/io.rekast.sdk.sample.ui.theme/-success-color.html deleted file mode 100644 index 6b9e3e1f..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.theme/-success-color.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - SuccessColor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

SuccessColor

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.theme/-warning-color.html b/dokka/sample/io.rekast.sdk.sample.ui.theme/-warning-color.html deleted file mode 100644 index 633b9dda..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.theme/-warning-color.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - WarningColor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

WarningColor

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.ui.theme/index.html b/dokka/sample/io.rekast.sdk.sample.ui.theme/index.html deleted file mode 100644 index 240e36fb..00000000 --- a/dokka/sample/io.rekast.sdk.sample.ui.theme/index.html +++ /dev/null @@ -1,480 +0,0 @@ - - - - - io.rekast.sdk.sample.ui.theme - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun AppTheme(darkTheme: Boolean = false, content: @Composable () -> Unit)

TODO fix issue with ktfmt formatting annotated high order functions. Current workaround below: lambda in this format content: (@Composable() () -> Unit) to allow spotlessApply

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils.annotation/-exclude-from-jacoco-generated-report/index.html b/dokka/sample/io.rekast.sdk.sample.utils.annotation/-exclude-from-jacoco-generated-report/index.html deleted file mode 100644 index 6f42cef8..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils.annotation/-exclude-from-jacoco-generated-report/index.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - ExcludeFromJacocoGeneratedReport - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

ExcludeFromJacocoGeneratedReport

- -
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils.annotation/-preview-exclude-generated/index.html b/dokka/sample/io.rekast.sdk.sample.utils.annotation/-preview-exclude-generated/index.html deleted file mode 100644 index 1cdde37a..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils.annotation/-preview-exclude-generated/index.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - PreviewExcludeGenerated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

PreviewExcludeGenerated

- -
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils.annotation/-preview-with-background-exclude-generated/index.html b/dokka/sample/io.rekast.sdk.sample.utils.annotation/-preview-with-background-exclude-generated/index.html deleted file mode 100644 index 8ebf1534..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils.annotation/-preview-with-background-exclude-generated/index.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - PreviewWithBackgroundExcludeGenerated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

PreviewWithBackgroundExcludeGenerated

-
@Preview(showBackground = true)
annotation class PreviewWithBackgroundExcludeGenerated
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils.annotation/index.html b/dokka/sample/io.rekast.sdk.sample.utils.annotation/index.html deleted file mode 100644 index 7cdb7315..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils.annotation/index.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - io.rekast.sdk.sample.utils.annotation - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Types

-
- - -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@Preview(showBackground = true)
annotation class PreviewWithBackgroundExcludeGenerated
-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-constants/-e-m-p-t-y_-s-t-r-i-n-g.html b/dokka/sample/io.rekast.sdk.sample.utils/-constants/-e-m-p-t-y_-s-t-r-i-n-g.html deleted file mode 100644 index 4224ccab..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-constants/-e-m-p-t-y_-s-t-r-i-n-g.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - EMPTY_STRING - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

EMPTY_STRING

-
-
const val EMPTY_STRING: String
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-constants/-navigation-title/-c-o-l-l-e-c-t-i-o-n_-service_-r-e-q-u-e-s-t_-t-o_-p-a-y.html b/dokka/sample/io.rekast.sdk.sample.utils/-constants/-navigation-title/-c-o-l-l-e-c-t-i-o-n_-service_-r-e-q-u-e-s-t_-t-o_-p-a-y.html deleted file mode 100644 index d4023f0b..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-constants/-navigation-title/-c-o-l-l-e-c-t-i-o-n_-service_-r-e-q-u-e-s-t_-t-o_-p-a-y.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - COLLECTION_Service_REQUEST_TO_PAY - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

COLLECTION_Service_REQUEST_TO_PAY

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-constants/-navigation-title/-c-o-l-l-e-c-t-i-o-n_-service_-r-e-q-u-e-s-t_-t-o_-w-i-t-h-d-r-a-w.html b/dokka/sample/io.rekast.sdk.sample.utils/-constants/-navigation-title/-c-o-l-l-e-c-t-i-o-n_-service_-r-e-q-u-e-s-t_-t-o_-w-i-t-h-d-r-a-w.html deleted file mode 100644 index e2d602aa..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-constants/-navigation-title/-c-o-l-l-e-c-t-i-o-n_-service_-r-e-q-u-e-s-t_-t-o_-w-i-t-h-d-r-a-w.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - COLLECTION_Service_REQUEST_TO_WITHDRAW - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

COLLECTION_Service_REQUEST_TO_WITHDRAW

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-constants/-navigation-title/-d-i-s-b-u-r-s-e-m-e-n-t_-d-e-p-o-s-i-t.html b/dokka/sample/io.rekast.sdk.sample.utils/-constants/-navigation-title/-d-i-s-b-u-r-s-e-m-e-n-t_-d-e-p-o-s-i-t.html deleted file mode 100644 index e78b35e7..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-constants/-navigation-title/-d-i-s-b-u-r-s-e-m-e-n-t_-d-e-p-o-s-i-t.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - DISBURSEMENT_DEPOSIT - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DISBURSEMENT_DEPOSIT

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-constants/-navigation-title/-d-i-s-b-u-r-s-e-m-e-n-t_-r-e-f-u-n-d.html b/dokka/sample/io.rekast.sdk.sample.utils/-constants/-navigation-title/-d-i-s-b-u-r-s-e-m-e-n-t_-r-e-f-u-n-d.html deleted file mode 100644 index bc6ba9ad..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-constants/-navigation-title/-d-i-s-b-u-r-s-e-m-e-n-t_-r-e-f-u-n-d.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - DISBURSEMENT_REFUND - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DISBURSEMENT_REFUND

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-constants/-navigation-title/-h-o-m-e.html b/dokka/sample/io.rekast.sdk.sample.utils/-constants/-navigation-title/-h-o-m-e.html deleted file mode 100644 index 8ecb4cbb..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-constants/-navigation-title/-h-o-m-e.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - HOME - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

HOME

-
-
const val HOME: String
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-constants/-navigation-title/-r-e-m-i-t-t-a-n-c-e.html b/dokka/sample/io.rekast.sdk.sample.utils/-constants/-navigation-title/-r-e-m-i-t-t-a-n-c-e.html deleted file mode 100644 index 679f5654..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-constants/-navigation-title/-r-e-m-i-t-t-a-n-c-e.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - REMITTANCE - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

REMITTANCE

-
-
const val REMITTANCE: String
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-constants/-navigation-title/index.html b/dokka/sample/io.rekast.sdk.sample.utils/-constants/-navigation-title/index.html deleted file mode 100644 index 30416c38..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-constants/-navigation-title/index.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - NavigationTitle - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

NavigationTitle

- -
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
const val HOME: String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
const val REMITTANCE: String
-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-constants/-s-a-n-d-b-o-x_-c-u-r-r-e-n-c-y.html b/dokka/sample/io.rekast.sdk.sample.utils/-constants/-s-a-n-d-b-o-x_-c-u-r-r-e-n-c-y.html deleted file mode 100644 index 5a4e9990..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-constants/-s-a-n-d-b-o-x_-c-u-r-r-e-n-c-y.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - SANDBOX_CURRENCY - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

SANDBOX_CURRENCY

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-constants/-s-t-r-i-n-g_-l-e-n-g-t-h.html b/dokka/sample/io.rekast.sdk.sample.utils/-constants/-s-t-r-i-n-g_-l-e-n-g-t-h.html deleted file mode 100644 index a60cba12..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-constants/-s-t-r-i-n-g_-l-e-n-g-t-h.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - STRING_LENGTH - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

STRING_LENGTH

-
-
const val STRING_LENGTH: Int = 12
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-constants/index.html b/dokka/sample/io.rekast.sdk.sample.utils/-constants/index.html deleted file mode 100644 index 3368b575..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-constants/index.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - Constants - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Constants

-
object Constants

Contains constant values used throughout the MTN MOMO SDK sample application.

-
-
-
-
-
-

Types

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
const val EMPTY_STRING: String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
const val STRING_LENGTH: Int = 12
-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-default-dispatcher-provider/-default-dispatcher-provider.html b/dokka/sample/io.rekast.sdk.sample.utils/-default-dispatcher-provider/-default-dispatcher-provider.html deleted file mode 100644 index eee09ce4..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-default-dispatcher-provider/-default-dispatcher-provider.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - DefaultDispatcherProvider - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DefaultDispatcherProvider

-
-
@Inject
constructor()
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-default-dispatcher-provider/index.html b/dokka/sample/io.rekast.sdk.sample.utils/-default-dispatcher-provider/index.html deleted file mode 100644 index 122e9cbf..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-default-dispatcher-provider/index.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - DefaultDispatcherProvider - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DefaultDispatcherProvider

-
class DefaultDispatcherProvider @Inject constructor : DispatcherProvider
-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@Inject
constructor()
-
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun default(): CoroutineDispatcher
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun io(): CoroutineDispatcher
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun main(): CoroutineDispatcher
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun unconfined(): CoroutineDispatcher
-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-dispatcher-provider/default.html b/dokka/sample/io.rekast.sdk.sample.utils/-dispatcher-provider/default.html deleted file mode 100644 index 161e4d45..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-dispatcher-provider/default.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - default - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

default

-
-
open fun default(): CoroutineDispatcher
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-dispatcher-provider/index.html b/dokka/sample/io.rekast.sdk.sample.utils/-dispatcher-provider/index.html deleted file mode 100644 index ee8bccc2..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-dispatcher-provider/index.html +++ /dev/null @@ -1,147 +0,0 @@ - - - - - DispatcherProvider - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DispatcherProvider

- -
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun default(): CoroutineDispatcher
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun io(): CoroutineDispatcher
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun main(): CoroutineDispatcher
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun unconfined(): CoroutineDispatcher
-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-dispatcher-provider/io.html b/dokka/sample/io.rekast.sdk.sample.utils/-dispatcher-provider/io.html deleted file mode 100644 index 6044bf19..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-dispatcher-provider/io.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - io - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

io

-
-
open fun io(): CoroutineDispatcher
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-dispatcher-provider/main.html b/dokka/sample/io.rekast.sdk.sample.utils/-dispatcher-provider/main.html deleted file mode 100644 index d9ac6782..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-dispatcher-provider/main.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - main - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

main

-
-
open fun main(): CoroutineDispatcher
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-dispatcher-provider/unconfined.html b/dokka/sample/io.rekast.sdk.sample.utils/-dispatcher-provider/unconfined.html deleted file mode 100644 index 0a13f5fe..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-dispatcher-provider/unconfined.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - unconfined - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

unconfined

-
-
open fun unconfined(): CoroutineDispatcher
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-snack-bar-component-configuration/-snack-bar-component-configuration.html b/dokka/sample/io.rekast.sdk.sample.utils/-snack-bar-component-configuration/-snack-bar-component-configuration.html deleted file mode 100644 index 0b8c48be..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-snack-bar-component-configuration/-snack-bar-component-configuration.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - SnackBarComponentConfiguration - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

SnackBarComponentConfiguration

-
-
constructor(message: String = "", actionLabel: String? = null, duration: SnackbarDuration = SnackbarDuration.Short)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-snack-bar-component-configuration/action-label.html b/dokka/sample/io.rekast.sdk.sample.utils/-snack-bar-component-configuration/action-label.html deleted file mode 100644 index c52c0233..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-snack-bar-component-configuration/action-label.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - actionLabel - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

actionLabel

-
-
val actionLabel: String? = null
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-snack-bar-component-configuration/duration.html b/dokka/sample/io.rekast.sdk.sample.utils/-snack-bar-component-configuration/duration.html deleted file mode 100644 index 93e894cd..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-snack-bar-component-configuration/duration.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - duration - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

duration

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-snack-bar-component-configuration/index.html b/dokka/sample/io.rekast.sdk.sample.utils/-snack-bar-component-configuration/index.html deleted file mode 100644 index 2d7300a8..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-snack-bar-component-configuration/index.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - SnackBarComponentConfiguration - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

SnackBarComponentConfiguration

-
@Serializable
data class SnackBarComponentConfiguration(val message: String = "", val actionLabel: String? = null, val duration: SnackbarDuration = SnackbarDuration.Short) : Serializable
-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
constructor(message: String = "", actionLabel: String? = null, duration: SnackbarDuration = SnackbarDuration.Short)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
val actionLabel: String? = null
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-snack-bar-component-configuration/message.html b/dokka/sample/io.rekast.sdk.sample.utils/-snack-bar-component-configuration/message.html deleted file mode 100644 index 64bc6168..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-snack-bar-component-configuration/message.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - message - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

message

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-snack-bar-theme-options/-snack-bar-theme-options.html b/dokka/sample/io.rekast.sdk.sample.utils/-snack-bar-theme-options/-snack-bar-theme-options.html deleted file mode 100644 index 7b78f09e..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-snack-bar-theme-options/-snack-bar-theme-options.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - SnackBarThemeOptions - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

SnackBarThemeOptions

-
-
constructor(messageTextColor: String = "#FFFFFF", actionTextColor: String = "#FFE400", backgroundColor: String = "#EB9779")
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-snack-bar-theme-options/action-text-color.html b/dokka/sample/io.rekast.sdk.sample.utils/-snack-bar-theme-options/action-text-color.html deleted file mode 100644 index 84632f48..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-snack-bar-theme-options/action-text-color.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - actionTextColor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

actionTextColor

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-snack-bar-theme-options/background-color.html b/dokka/sample/io.rekast.sdk.sample.utils/-snack-bar-theme-options/background-color.html deleted file mode 100644 index 2508313f..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-snack-bar-theme-options/background-color.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - backgroundColor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

backgroundColor

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-snack-bar-theme-options/index.html b/dokka/sample/io.rekast.sdk.sample.utils/-snack-bar-theme-options/index.html deleted file mode 100644 index ae7fec7d..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-snack-bar-theme-options/index.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - SnackBarThemeOptions - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

SnackBarThemeOptions

-
@Serializable
data class SnackBarThemeOptions(val messageTextColor: String = "#FFFFFF", val actionTextColor: String = "#FFE400", val backgroundColor: String = "#EB9779") : Serializable
-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
constructor(messageTextColor: String = "#FFFFFF", actionTextColor: String = "#FFE400", backgroundColor: String = "#EB9779")
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-snack-bar-theme-options/message-text-color.html b/dokka/sample/io.rekast.sdk.sample.utils/-snack-bar-theme-options/message-text-color.html deleted file mode 100644 index f2e87bca..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-snack-bar-theme-options/message-text-color.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - messageTextColor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

messageTextColor

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-utils/convert-to-date.html b/dokka/sample/io.rekast.sdk.sample.utils/-utils/convert-to-date.html deleted file mode 100644 index 897afc7e..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-utils/convert-to-date.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - convertToDate - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

convertToDate

-
-
fun convertToDate(milliseconds: Long): String

Converts the given milliseconds to a formatted date string.

Return

A formatted date string in "yyyy-MM-dd" format.

Parameters

milliseconds

The time in milliseconds to convert.

-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-utils/get-access-token.html b/dokka/sample/io.rekast.sdk.sample.utils/-utils/get-access-token.html deleted file mode 100644 index 3248fdd5..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-utils/get-access-token.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - getAccessToken - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

getAccessToken

-
-

Retrieves the saved access token from shared preferences.

Return

The saved access token as a String, or an empty string if expired or not found.

Parameters

context

The context used to access shared preferences.

-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-utils/get-api-key.html b/dokka/sample/io.rekast.sdk.sample.utils/-utils/get-api-key.html deleted file mode 100644 index 9c17f842..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-utils/get-api-key.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - getApiKey - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

getApiKey

-
-
fun getApiKey(context: Context): String

Retrieves the saved API key from shared preferences.

Return

The saved API key as a String, or an empty string if not found.

Parameters

context

The context used to access shared preferences.

-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-utils/index.html b/dokka/sample/io.rekast.sdk.sample.utils/-utils/index.html deleted file mode 100644 index c0dabf9a..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-utils/index.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - Utils - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Utils

-
object Utils

Utility object providing various helper functions for the MTN MOMO SDK sample application.

This object contains methods for saving and retrieving API keys and access tokens, as well as checking token expiration and formatting dates.

-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun convertToDate(milliseconds: Long): String

Converts the given milliseconds to a formatted date string.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Retrieves the saved access token from shared preferences.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getApiKey(context: Context): String

Retrieves the saved API key from shared preferences.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun saveAccessToken(context: Context, accessToken: AccessToken?)

Saves the provided access token in the shared preferences along with its expiry date.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun saveApiKey(context: Context, apiKey: String)

Saves the provided API key in the shared preferences.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-utils/save-access-token.html b/dokka/sample/io.rekast.sdk.sample.utils/-utils/save-access-token.html deleted file mode 100644 index 18fda171..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-utils/save-access-token.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - saveAccessToken - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

saveAccessToken

-
-
fun saveAccessToken(context: Context, accessToken: AccessToken?)

Saves the provided access token in the shared preferences along with its expiry date.

Parameters

context

The context used to access shared preferences.

accessToken

The access token to be saved.

-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/-utils/save-api-key.html b/dokka/sample/io.rekast.sdk.sample.utils/-utils/save-api-key.html deleted file mode 100644 index 370b1e32..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/-utils/save-api-key.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - saveApiKey - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

saveApiKey

-
-
fun saveApiKey(context: Context, apiKey: String)

Saves the provided API key in the shared preferences.

Parameters

context

The context used to access shared preferences.

apiKey

The API key to be saved.

-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/apply-window-inset-listener.html b/dokka/sample/io.rekast.sdk.sample.utils/apply-window-inset-listener.html deleted file mode 100644 index 9cb69340..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/apply-window-inset-listener.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - applyWindowInsetListener - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

applyWindowInsetListener

-
-

This is required to fix keyboard overlapping content in a Composable screen. This functionality is applied after the setContent function of the activity is called.

-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/hook-snack-bar.html b/dokka/sample/io.rekast.sdk.sample.utils/hook-snack-bar.html deleted file mode 100644 index 376c78cd..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/hook-snack-bar.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - hookSnackBar - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

hookSnackBar

-
-
suspend fun SharedFlow<SnackBarComponentConfiguration>.hookSnackBar(scaffoldState: ScaffoldState, action: () -> Unit = {})
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/index.html b/dokka/sample/io.rekast.sdk.sample.utils/index.html deleted file mode 100644 index fed7ad2b..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/index.html +++ /dev/null @@ -1,240 +0,0 @@ - - - - - io.rekast.sdk.sample.utils - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Types

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
object Constants

Contains constant values used throughout the MTN MOMO SDK sample application.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class DefaultDispatcherProvider @Inject constructor : DispatcherProvider
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@Serializable
data class SnackBarComponentConfiguration(val message: String = "", val actionLabel: String? = null, val duration: SnackbarDuration = SnackbarDuration.Short) : Serializable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@Serializable
data class SnackBarThemeOptions(val messageTextColor: String = "#FFFFFF", val actionTextColor: String = "#FFE400", val backgroundColor: String = "#EB9779") : Serializable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
object Utils

Utility object providing various helper functions for the MTN MOMO SDK sample application.

-
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-

This is required to fix keyboard overlapping content in a Composable screen. This functionality is applied after the setContent function of the activity is called.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
suspend fun SharedFlow<SnackBarComponentConfiguration>.hookSnackBar(scaffoldState: ScaffoldState, action: () -> Unit = {})
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

This function checks if the device is online

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

Parse this String to a color code to be used in compose. Color code must either a). begin with pound sign ('#') and should be of 6 valid characters or b). be equal to 'primaryColor', 'primaryVariantColor' or 'errorColor'

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/is-device-online.html b/dokka/sample/io.rekast.sdk.sample.utils/is-device-online.html deleted file mode 100644 index 18535adf..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/is-device-online.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - isDeviceOnline - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

isDeviceOnline

-
-

This function checks if the device is online

-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.utils/parse-color.html b/dokka/sample/io.rekast.sdk.sample.utils/parse-color.html deleted file mode 100644 index c6f171c6..00000000 --- a/dokka/sample/io.rekast.sdk.sample.utils/parse-color.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - parseColor - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

parseColor

-
-

Parse this String to a color code to be used in compose. Color code must either a). begin with pound sign ('#') and should be of 6 valid characters or b). be equal to 'primaryColor', 'primaryVariantColor' or 'errorColor'

-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-fragment/-collection-pay-screen-fragment.html b/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-fragment/-collection-pay-screen-fragment.html deleted file mode 100644 index 83667f57..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-fragment/-collection-pay-screen-fragment.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - CollectionPayScreenFragment - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

CollectionPayScreenFragment

-
-
constructor()
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-fragment/activity.html b/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-fragment/activity.html deleted file mode 100644 index 698a4c84..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-fragment/activity.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - activity - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

activity

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-fragment/index.html b/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-fragment/index.html deleted file mode 100644 index 639665ee..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-fragment/index.html +++ /dev/null @@ -1,1895 +0,0 @@ - - - - - CollectionPayScreenFragment - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

CollectionPayScreenFragment

- -
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
constructor()
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@get:NonNull
open override val lifecycle: Lifecycle
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@get:NonNull
open override val viewModelStore: ViewModelStore
-
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
operator override fun equals(@Nullable other: Any?): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getId(): Int
-
-
-
-
- - - -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getView(): View?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
override fun hashCode(): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun onActivityResult(p0: Int, p1: Int, @Nullable p2: Intent?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onLowMemory()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onResume()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- - - -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setArguments(@Nullable p0: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setExitTransition(@Nullable p0: Any?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setTargetFragment(@Nullable p0: Fragment?, p1: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun startActivity(@NonNull p0: Intent)
open fun startActivity(@NonNull p0: Intent, @Nullable p1: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun startIntentSenderForResult(@NonNull p0: IntentSender, p1: Int, @Nullable p2: Intent?, p3: Int, p4: Int, p5: Int, @Nullable p6: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun toString(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-fragment/on-create-view.html b/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-fragment/on-create-view.html deleted file mode 100644 index d144e4d1..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-fragment/on-create-view.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onCreateView - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onCreateView

-
-
open override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-fragment/on-resume.html b/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-fragment/on-resume.html deleted file mode 100644 index 77eb4b78..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-fragment/on-resume.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onResume - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onResume

-
-
open override fun onResume()
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/-collection-pay-screen-view-model.html b/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/-collection-pay-screen-view-model.html deleted file mode 100644 index 9c6a1ea5..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/-collection-pay-screen-view-model.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - CollectionPayScreenViewModel - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

CollectionPayScreenViewModel

-
-
@Inject
constructor(defaultRepository: DefaultRepository, context: Context)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/amount.html b/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/amount.html deleted file mode 100644 index 9bfeea7c..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/amount.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - amount - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

amount

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/delivery-note.html b/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/delivery-note.html deleted file mode 100644 index bf26160b..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/delivery-note.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - deliveryNote - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

deliveryNote

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/financial-id.html b/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/financial-id.html deleted file mode 100644 index ade023ff..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/financial-id.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - financialId - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

financialId

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/index.html b/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/index.html deleted file mode 100644 index bc0c5e20..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/index.html +++ /dev/null @@ -1,395 +0,0 @@ - - - - - CollectionPayScreenViewModel - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

CollectionPayScreenViewModel

-
class CollectionPayScreenViewModel @Inject constructor(defaultRepository: DefaultRepository, context: Context) : ViewModel
-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@Inject
constructor(defaultRepository: DefaultRepository, context: Context)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun onAmountUpdated(amount: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun onDeliveryNoteUpdated(deliveryNote: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun onFinancialIdUpdated(financialId: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun onPayerMessageUpdated(payerMessage: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun onPayerNoteUpdated(payerNote: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun onPhoneNumberUpdated(phoneNumber: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/momo-transaction.html b/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/momo-transaction.html deleted file mode 100644 index 62d34416..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/momo-transaction.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - momoTransaction - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

momoTransaction

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/on-amount-updated.html b/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/on-amount-updated.html deleted file mode 100644 index 36f2caf7..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/on-amount-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onAmountUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onAmountUpdated

-
-
fun onAmountUpdated(amount: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/on-delivery-note-updated.html b/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/on-delivery-note-updated.html deleted file mode 100644 index 0a1c62d0..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/on-delivery-note-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onDeliveryNoteUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onDeliveryNoteUpdated

-
-
fun onDeliveryNoteUpdated(deliveryNote: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/on-financial-id-updated.html b/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/on-financial-id-updated.html deleted file mode 100644 index 772cd87a..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/on-financial-id-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onFinancialIdUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onFinancialIdUpdated

-
-
fun onFinancialIdUpdated(financialId: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/on-payer-message-updated.html b/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/on-payer-message-updated.html deleted file mode 100644 index 4a6ec45d..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/on-payer-message-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onPayerMessageUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onPayerMessageUpdated

-
-
fun onPayerMessageUpdated(payerMessage: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/on-payer-note-updated.html b/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/on-payer-note-updated.html deleted file mode 100644 index a623f875..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/on-payer-note-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onPayerNoteUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onPayerNoteUpdated

-
-
fun onPayerNoteUpdated(payerNote: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/on-phone-number-updated.html b/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/on-phone-number-updated.html deleted file mode 100644 index 042e4d41..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/on-phone-number-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onPhoneNumberUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onPhoneNumberUpdated

-
-
fun onPhoneNumberUpdated(phoneNumber: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/on-reference-id-to-refund-updated.html b/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/on-reference-id-to-refund-updated.html deleted file mode 100644 index ce332135..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/on-reference-id-to-refund-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onReferenceIdToRefundUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onReferenceIdToRefundUpdated

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/payment-message.html b/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/payment-message.html deleted file mode 100644 index 20402a30..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/payment-message.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - paymentMessage - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

paymentMessage

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/payment-note.html b/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/payment-note.html deleted file mode 100644 index e2b4554b..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/payment-note.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - paymentNote - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

paymentNote

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/phone-number.html b/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/phone-number.html deleted file mode 100644 index 81143978..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/phone-number.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - phoneNumber - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

phoneNumber

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/reference-id-to-refund.html b/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/reference-id-to-refund.html deleted file mode 100644 index e34d6896..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/reference-id-to-refund.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - referenceIdToRefund - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

referenceIdToRefund

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/show-progress-bar.html b/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/show-progress-bar.html deleted file mode 100644 index 6589e137..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/show-progress-bar.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - showProgressBar - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

showProgressBar

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/snack-bar-state-flow.html b/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/snack-bar-state-flow.html deleted file mode 100644 index c24760e9..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-pay-screen-view-model/snack-bar-state-flow.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - snackBarStateFlow - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

snackBarStateFlow

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-screen-preview.html b/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-screen-preview.html deleted file mode 100644 index 605e0439..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-screen-preview.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - CollectionScreenPreview - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

CollectionScreenPreview

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-screen.html b/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-screen.html deleted file mode 100644 index eb0995b3..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/-collection-screen.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - CollectionScreen - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

CollectionScreen

-
-
fun CollectionScreen(navController: NavController?, snackStateFlow: SharedFlow<SnackBarComponentConfiguration>, showProgressBar: Boolean = false, collectionPayScreenViewModel: CollectionPayScreenViewModel?, momoTransaction: MutableLiveData<MomoTransaction?>)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/index.html b/dokka/sample/io.rekast.sdk.sample.views.collection.pay/index.html deleted file mode 100644 index a1ff2df2..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.pay/index.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - io.rekast.sdk.sample.views.collection.pay - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Types

-
-
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class CollectionPayScreenViewModel @Inject constructor(defaultRepository: DefaultRepository, context: Context) : ViewModel
-
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun CollectionScreen(navController: NavController?, snackStateFlow: SharedFlow<SnackBarComponentConfiguration>, showProgressBar: Boolean = false, collectionPayScreenViewModel: CollectionPayScreenViewModel?, momoTransaction: MutableLiveData<MomoTransaction?>)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-screen-preview.html b/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-screen-preview.html deleted file mode 100644 index aa31e191..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-screen-preview.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - CollectionScreenPreview - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

CollectionScreenPreview

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-screen.html b/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-screen.html deleted file mode 100644 index 705125a1..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-screen.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - CollectionScreen - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

CollectionScreen

-
-
fun CollectionScreen(navController: NavController?, snackStateFlow: SharedFlow<SnackBarComponentConfiguration>, showProgressBar: Boolean = false, collectionWithdrawScreenViewModel: CollectionWithdrawScreenViewModel?, momoTransaction: MutableLiveData<MomoTransaction?>)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-fragment/-collection-withdraw-screen-fragment.html b/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-fragment/-collection-withdraw-screen-fragment.html deleted file mode 100644 index 0ab00277..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-fragment/-collection-withdraw-screen-fragment.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - CollectionWithdrawScreenFragment - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

CollectionWithdrawScreenFragment

-
-
constructor()
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-fragment/index.html b/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-fragment/index.html deleted file mode 100644 index 2ca25c26..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-fragment/index.html +++ /dev/null @@ -1,1880 +0,0 @@ - - - - - CollectionWithdrawScreenFragment - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

CollectionWithdrawScreenFragment

- -
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
constructor()
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@get:NonNull
open override val lifecycle: Lifecycle
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@get:NonNull
open override val viewModelStore: ViewModelStore
-
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
operator override fun equals(@Nullable other: Any?): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getId(): Int
-
-
-
-
- - - -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getView(): View?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
override fun hashCode(): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun onActivityResult(p0: Int, p1: Int, @Nullable p2: Intent?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onLowMemory()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onResume()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- - - -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setArguments(@Nullable p0: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setExitTransition(@Nullable p0: Any?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setTargetFragment(@Nullable p0: Fragment?, p1: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun startActivity(@NonNull p0: Intent)
open fun startActivity(@NonNull p0: Intent, @Nullable p1: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun startIntentSenderForResult(@NonNull p0: IntentSender, p1: Int, @Nullable p2: Intent?, p3: Int, p4: Int, p5: Int, @Nullable p6: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun toString(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-fragment/on-create-view.html b/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-fragment/on-create-view.html deleted file mode 100644 index 5591bf0c..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-fragment/on-create-view.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onCreateView - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onCreateView

-
-
open override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-fragment/on-resume.html b/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-fragment/on-resume.html deleted file mode 100644 index 219c1be0..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-fragment/on-resume.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onResume - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onResume

-
-
open override fun onResume()
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/-collection-withdraw-screen-view-model.html b/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/-collection-withdraw-screen-view-model.html deleted file mode 100644 index 5c5e55af..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/-collection-withdraw-screen-view-model.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - CollectionWithdrawScreenViewModel - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

CollectionWithdrawScreenViewModel

-
-
@Inject
constructor(defaultRepository: DefaultRepository, context: Context)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/amount.html b/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/amount.html deleted file mode 100644 index 5f7f0794..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/amount.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - amount - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

amount

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/delivery-note.html b/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/delivery-note.html deleted file mode 100644 index 7a046cf0..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/delivery-note.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - deliveryNote - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

deliveryNote

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/financial-id.html b/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/financial-id.html deleted file mode 100644 index c9e72d96..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/financial-id.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - financialId - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

financialId

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/index.html b/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/index.html deleted file mode 100644 index 4e6d4043..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/index.html +++ /dev/null @@ -1,395 +0,0 @@ - - - - - CollectionWithdrawScreenViewModel - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

CollectionWithdrawScreenViewModel

-
class CollectionWithdrawScreenViewModel @Inject constructor(defaultRepository: DefaultRepository, context: Context) : ViewModel
-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@Inject
constructor(defaultRepository: DefaultRepository, context: Context)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun onAmountUpdated(amount: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun onDeliveryNoteUpdated(deliveryNote: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun onFinancialIdUpdated(financialId: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun onPayerMessageUpdated(payerMessage: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun onPayerNoteUpdated(payerNote: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun onPhoneNumberUpdated(phoneNumber: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/momo-transaction.html b/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/momo-transaction.html deleted file mode 100644 index a9a5692f..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/momo-transaction.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - momoTransaction - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

momoTransaction

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/on-amount-updated.html b/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/on-amount-updated.html deleted file mode 100644 index 6439fb3b..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/on-amount-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onAmountUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onAmountUpdated

-
-
fun onAmountUpdated(amount: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/on-delivery-note-updated.html b/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/on-delivery-note-updated.html deleted file mode 100644 index 19a8ab9a..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/on-delivery-note-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onDeliveryNoteUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onDeliveryNoteUpdated

-
-
fun onDeliveryNoteUpdated(deliveryNote: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/on-financial-id-updated.html b/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/on-financial-id-updated.html deleted file mode 100644 index 44ef7531..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/on-financial-id-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onFinancialIdUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onFinancialIdUpdated

-
-
fun onFinancialIdUpdated(financialId: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/on-payer-message-updated.html b/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/on-payer-message-updated.html deleted file mode 100644 index c7c29e7a..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/on-payer-message-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onPayerMessageUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onPayerMessageUpdated

-
-
fun onPayerMessageUpdated(payerMessage: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/on-payer-note-updated.html b/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/on-payer-note-updated.html deleted file mode 100644 index 20a7354a..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/on-payer-note-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onPayerNoteUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onPayerNoteUpdated

-
-
fun onPayerNoteUpdated(payerNote: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/on-phone-number-updated.html b/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/on-phone-number-updated.html deleted file mode 100644 index 3bd300c4..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/on-phone-number-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onPhoneNumberUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onPhoneNumberUpdated

-
-
fun onPhoneNumberUpdated(phoneNumber: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/on-reference-id-to-refund-updated.html b/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/on-reference-id-to-refund-updated.html deleted file mode 100644 index 5bbf519d..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/on-reference-id-to-refund-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onReferenceIdToRefundUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onReferenceIdToRefundUpdated

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/payment-message.html b/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/payment-message.html deleted file mode 100644 index 26a87a54..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/payment-message.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - paymentMessage - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

paymentMessage

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/payment-note.html b/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/payment-note.html deleted file mode 100644 index 4e5bc1a4..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/payment-note.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - paymentNote - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

paymentNote

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/phone-number.html b/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/phone-number.html deleted file mode 100644 index f6fd7c41..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/phone-number.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - phoneNumber - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

phoneNumber

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/reference-id-to-refund.html b/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/reference-id-to-refund.html deleted file mode 100644 index c4a6bada..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/reference-id-to-refund.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - referenceIdToRefund - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

referenceIdToRefund

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/show-progress-bar.html b/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/show-progress-bar.html deleted file mode 100644 index 2391da83..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/show-progress-bar.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - showProgressBar - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

showProgressBar

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/snack-bar-state-flow.html b/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/snack-bar-state-flow.html deleted file mode 100644 index 4f536738..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/-collection-withdraw-screen-view-model/snack-bar-state-flow.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - snackBarStateFlow - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

snackBarStateFlow

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/index.html b/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/index.html deleted file mode 100644 index 9ffa9148..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.collection.withdraw/index.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - io.rekast.sdk.sample.views.collection.withdraw - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Types

-
-
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class CollectionWithdrawScreenViewModel @Inject constructor(defaultRepository: DefaultRepository, context: Context) : ViewModel
-
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun CollectionScreen(navController: NavController?, snackStateFlow: SharedFlow<SnackBarComponentConfiguration>, showProgressBar: Boolean = false, collectionWithdrawScreenViewModel: CollectionWithdrawScreenViewModel?, momoTransaction: MutableLiveData<MomoTransaction?>)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-fragment/-disbursement-deposit-screen-fragment.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-fragment/-disbursement-deposit-screen-fragment.html deleted file mode 100644 index b459f95f..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-fragment/-disbursement-deposit-screen-fragment.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - DisbursementDepositScreenFragment - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DisbursementDepositScreenFragment

-
-
constructor()
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-fragment/index.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-fragment/index.html deleted file mode 100644 index 1370dd1d..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-fragment/index.html +++ /dev/null @@ -1,1880 +0,0 @@ - - - - - DisbursementDepositScreenFragment - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DisbursementDepositScreenFragment

- -
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
constructor()
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@get:NonNull
open override val lifecycle: Lifecycle
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@get:NonNull
open override val viewModelStore: ViewModelStore
-
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
operator override fun equals(@Nullable other: Any?): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getId(): Int
-
-
-
-
- - - -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getView(): View?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
override fun hashCode(): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun onActivityResult(p0: Int, p1: Int, @Nullable p2: Intent?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onLowMemory()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onResume()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- - - -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setArguments(@Nullable p0: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setExitTransition(@Nullable p0: Any?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setTargetFragment(@Nullable p0: Fragment?, p1: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun startActivity(@NonNull p0: Intent)
open fun startActivity(@NonNull p0: Intent, @Nullable p1: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun startIntentSenderForResult(@NonNull p0: IntentSender, p1: Int, @Nullable p2: Intent?, p3: Int, p4: Int, p5: Int, @Nullable p6: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun toString(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-fragment/on-create-view.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-fragment/on-create-view.html deleted file mode 100644 index 015c18eb..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-fragment/on-create-view.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onCreateView - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onCreateView

-
-
open override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-fragment/on-resume.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-fragment/on-resume.html deleted file mode 100644 index 97198f7f..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-fragment/on-resume.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onResume - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onResume

-
-
open override fun onResume()
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/-disbursement-deposit-screen-view-model.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/-disbursement-deposit-screen-view-model.html deleted file mode 100644 index 734a4de5..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/-disbursement-deposit-screen-view-model.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - DisbursementDepositScreenViewModel - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DisbursementDepositScreenViewModel

-
-
@Inject
constructor(defaultRepository: DefaultRepository, context: Context)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/amount.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/amount.html deleted file mode 100644 index 9b3e6944..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/amount.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - amount - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

amount

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/delivery-note.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/delivery-note.html deleted file mode 100644 index d5ade59f..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/delivery-note.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - deliveryNote - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

deliveryNote

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/financial-id.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/financial-id.html deleted file mode 100644 index 744976fd..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/financial-id.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - financialId - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

financialId

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/index.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/index.html deleted file mode 100644 index 51c09970..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/index.html +++ /dev/null @@ -1,395 +0,0 @@ - - - - - DisbursementDepositScreenViewModel - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DisbursementDepositScreenViewModel

-
class DisbursementDepositScreenViewModel @Inject constructor(defaultRepository: DefaultRepository, context: Context) : ViewModel
-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@Inject
constructor(defaultRepository: DefaultRepository, context: Context)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun onAmountUpdated(amount: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun onDeliveryNoteUpdated(deliveryNote: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun onFinancialIdUpdated(financialId: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun onPayerMessageUpdated(payerMessage: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun onPayerNoteUpdated(payerNote: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun onPhoneNumberUpdated(phoneNumber: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/momo-transaction.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/momo-transaction.html deleted file mode 100644 index 317e0f08..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/momo-transaction.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - momoTransaction - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

momoTransaction

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/on-amount-updated.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/on-amount-updated.html deleted file mode 100644 index 3c768d94..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/on-amount-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onAmountUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onAmountUpdated

-
-
fun onAmountUpdated(amount: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/on-delivery-note-updated.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/on-delivery-note-updated.html deleted file mode 100644 index db19d9ab..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/on-delivery-note-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onDeliveryNoteUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onDeliveryNoteUpdated

-
-
fun onDeliveryNoteUpdated(deliveryNote: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/on-financial-id-updated.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/on-financial-id-updated.html deleted file mode 100644 index 877e929a..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/on-financial-id-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onFinancialIdUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onFinancialIdUpdated

-
-
fun onFinancialIdUpdated(financialId: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/on-payer-message-updated.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/on-payer-message-updated.html deleted file mode 100644 index 841a874b..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/on-payer-message-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onPayerMessageUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onPayerMessageUpdated

-
-
fun onPayerMessageUpdated(payerMessage: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/on-payer-note-updated.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/on-payer-note-updated.html deleted file mode 100644 index c2f0b926..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/on-payer-note-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onPayerNoteUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onPayerNoteUpdated

-
-
fun onPayerNoteUpdated(payerNote: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/on-phone-number-updated.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/on-phone-number-updated.html deleted file mode 100644 index 926881ce..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/on-phone-number-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onPhoneNumberUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onPhoneNumberUpdated

-
-
fun onPhoneNumberUpdated(phoneNumber: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/on-reference-id-to-refund-updated.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/on-reference-id-to-refund-updated.html deleted file mode 100644 index 15719057..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/on-reference-id-to-refund-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onReferenceIdToRefundUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onReferenceIdToRefundUpdated

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/payment-message.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/payment-message.html deleted file mode 100644 index 2010c3bb..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/payment-message.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - paymentMessage - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

paymentMessage

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/payment-note.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/payment-note.html deleted file mode 100644 index 8042b4fa..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/payment-note.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - paymentNote - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

paymentNote

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/phone-number.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/phone-number.html deleted file mode 100644 index 287b7fdf..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/phone-number.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - phoneNumber - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

phoneNumber

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/reference-id-to-refund.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/reference-id-to-refund.html deleted file mode 100644 index 81e368bd..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/reference-id-to-refund.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - referenceIdToRefund - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

referenceIdToRefund

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/show-progress-bar.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/show-progress-bar.html deleted file mode 100644 index e0b45faa..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/show-progress-bar.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - showProgressBar - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

showProgressBar

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/snack-bar-state-flow.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/snack-bar-state-flow.html deleted file mode 100644 index a325e528..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-deposit-screen-view-model/snack-bar-state-flow.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - snackBarStateFlow - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

snackBarStateFlow

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-screen-preview.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-screen-preview.html deleted file mode 100644 index f198c980..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-screen-preview.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - DisbursementScreenPreview - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DisbursementScreenPreview

-
-
@Preview(showBackground = true)
fun DisbursementScreenPreview()
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-screen.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-screen.html deleted file mode 100644 index 7c8138c9..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/-disbursement-screen.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - DisbursementScreen - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DisbursementScreen

-
-
fun DisbursementScreen(navController: NavController?, snackStateFlow: SharedFlow<SnackBarComponentConfiguration>, showProgressBar: Boolean = false, disbursementDepositScreenViewModel: DisbursementDepositScreenViewModel?, momoTransaction: MutableLiveData<MomoTransaction?>)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/index.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/index.html deleted file mode 100644 index a123ebe8..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.deposit/index.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - io.rekast.sdk.sample.views.disbursement.deposit - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Types

-
-
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class DisbursementDepositScreenViewModel @Inject constructor(defaultRepository: DefaultRepository, context: Context) : ViewModel
-
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun DisbursementScreen(navController: NavController?, snackStateFlow: SharedFlow<SnackBarComponentConfiguration>, showProgressBar: Boolean = false, disbursementDepositScreenViewModel: DisbursementDepositScreenViewModel?, momoTransaction: MutableLiveData<MomoTransaction?>)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@Preview(showBackground = true)
fun DisbursementScreenPreview()
-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-fragment/-disbursement-refund-screen-fragment.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-fragment/-disbursement-refund-screen-fragment.html deleted file mode 100644 index 6a03e2eb..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-fragment/-disbursement-refund-screen-fragment.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - DisbursementRefundScreenFragment - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DisbursementRefundScreenFragment

-
-
constructor()
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-fragment/index.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-fragment/index.html deleted file mode 100644 index 2d12c9d2..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-fragment/index.html +++ /dev/null @@ -1,1880 +0,0 @@ - - - - - DisbursementRefundScreenFragment - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DisbursementRefundScreenFragment

- -
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
constructor()
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@get:NonNull
open override val lifecycle: Lifecycle
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@get:NonNull
open override val viewModelStore: ViewModelStore
-
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
operator override fun equals(@Nullable other: Any?): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getId(): Int
-
-
-
-
- - - -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getView(): View?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
override fun hashCode(): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun onActivityResult(p0: Int, p1: Int, @Nullable p2: Intent?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onLowMemory()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onResume()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- - - -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setArguments(@Nullable p0: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setExitTransition(@Nullable p0: Any?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setTargetFragment(@Nullable p0: Fragment?, p1: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun startActivity(@NonNull p0: Intent)
open fun startActivity(@NonNull p0: Intent, @Nullable p1: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun startIntentSenderForResult(@NonNull p0: IntentSender, p1: Int, @Nullable p2: Intent?, p3: Int, p4: Int, p5: Int, @Nullable p6: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun toString(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-fragment/on-create-view.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-fragment/on-create-view.html deleted file mode 100644 index 900fd803..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-fragment/on-create-view.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onCreateView - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onCreateView

-
-
open override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-fragment/on-resume.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-fragment/on-resume.html deleted file mode 100644 index c268cc68..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-fragment/on-resume.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onResume - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onResume

-
-
open override fun onResume()
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/-disbursement-refund-screen-view-model.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/-disbursement-refund-screen-view-model.html deleted file mode 100644 index 28f9448b..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/-disbursement-refund-screen-view-model.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - DisbursementRefundScreenViewModel - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DisbursementRefundScreenViewModel

-
-
@Inject
constructor(defaultRepository: DefaultRepository, context: Context)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/amount.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/amount.html deleted file mode 100644 index 71e7b0b8..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/amount.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - amount - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

amount

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/delivery-note.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/delivery-note.html deleted file mode 100644 index d6388961..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/delivery-note.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - deliveryNote - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

deliveryNote

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/financial-id.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/financial-id.html deleted file mode 100644 index b53adc6b..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/financial-id.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - financialId - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

financialId

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/index.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/index.html deleted file mode 100644 index 78c329bf..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/index.html +++ /dev/null @@ -1,395 +0,0 @@ - - - - - DisbursementRefundScreenViewModel - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DisbursementRefundScreenViewModel

-
class DisbursementRefundScreenViewModel @Inject constructor(defaultRepository: DefaultRepository, context: Context) : ViewModel
-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@Inject
constructor(defaultRepository: DefaultRepository, context: Context)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun onAmountUpdated(amount: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun onDeliveryNoteUpdated(deliveryNote: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun onFinancialIdUpdated(financialId: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun onPayerMessageUpdated(payerMessage: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun onPayerNoteUpdated(payerNote: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun onPhoneNumberUpdated(phoneNumber: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/momo-transaction.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/momo-transaction.html deleted file mode 100644 index efba83d6..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/momo-transaction.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - momoTransaction - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

momoTransaction

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/on-amount-updated.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/on-amount-updated.html deleted file mode 100644 index d73d36ee..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/on-amount-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onAmountUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onAmountUpdated

-
-
fun onAmountUpdated(amount: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/on-delivery-note-updated.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/on-delivery-note-updated.html deleted file mode 100644 index 73b108eb..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/on-delivery-note-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onDeliveryNoteUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onDeliveryNoteUpdated

-
-
fun onDeliveryNoteUpdated(deliveryNote: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/on-financial-id-updated.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/on-financial-id-updated.html deleted file mode 100644 index 341ed02d..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/on-financial-id-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onFinancialIdUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onFinancialIdUpdated

-
-
fun onFinancialIdUpdated(financialId: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/on-payer-message-updated.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/on-payer-message-updated.html deleted file mode 100644 index ce65aea7..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/on-payer-message-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onPayerMessageUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onPayerMessageUpdated

-
-
fun onPayerMessageUpdated(payerMessage: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/on-payer-note-updated.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/on-payer-note-updated.html deleted file mode 100644 index 5143dc56..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/on-payer-note-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onPayerNoteUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onPayerNoteUpdated

-
-
fun onPayerNoteUpdated(payerNote: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/on-phone-number-updated.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/on-phone-number-updated.html deleted file mode 100644 index 1611bfb5..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/on-phone-number-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onPhoneNumberUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onPhoneNumberUpdated

-
-
fun onPhoneNumberUpdated(phoneNumber: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/on-reference-id-to-refund-updated.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/on-reference-id-to-refund-updated.html deleted file mode 100644 index 2ae91ec9..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/on-reference-id-to-refund-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onReferenceIdToRefundUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onReferenceIdToRefundUpdated

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/payment-message.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/payment-message.html deleted file mode 100644 index 96e7f446..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/payment-message.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - paymentMessage - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

paymentMessage

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/payment-note.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/payment-note.html deleted file mode 100644 index fd5f7f5e..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/payment-note.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - paymentNote - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

paymentNote

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/phone-number.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/phone-number.html deleted file mode 100644 index 324d2fae..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/phone-number.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - phoneNumber - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

phoneNumber

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/reference-id-to-refund.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/reference-id-to-refund.html deleted file mode 100644 index b67451fc..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/reference-id-to-refund.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - referenceIdToRefund - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

referenceIdToRefund

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/show-progress-bar.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/show-progress-bar.html deleted file mode 100644 index c3c2bdb0..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/show-progress-bar.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - showProgressBar - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

showProgressBar

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/snack-bar-state-flow.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/snack-bar-state-flow.html deleted file mode 100644 index 19fa7caf..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-refund-screen-view-model/snack-bar-state-flow.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - snackBarStateFlow - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

snackBarStateFlow

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-screen-preview.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-screen-preview.html deleted file mode 100644 index 1e0449fc..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-screen-preview.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - DisbursementScreenPreview - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DisbursementScreenPreview

-
-
@Preview(showBackground = true)
fun DisbursementScreenPreview()
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-screen.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-screen.html deleted file mode 100644 index 994c98cb..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/-disbursement-screen.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - DisbursementScreen - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

DisbursementScreen

-
-
fun DisbursementScreen(navController: NavController?, snackStateFlow: SharedFlow<SnackBarComponentConfiguration>, showProgressBar: Boolean = false, disbursementRefundScreenViewModel: DisbursementRefundScreenViewModel?, momoTransaction: MutableLiveData<MomoTransaction?>)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/index.html b/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/index.html deleted file mode 100644 index 77a9cdb5..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.disbursement.refund/index.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - io.rekast.sdk.sample.views.disbursement.refund - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Types

-
-
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class DisbursementRefundScreenViewModel @Inject constructor(defaultRepository: DefaultRepository, context: Context) : ViewModel
-
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun DisbursementScreen(navController: NavController?, snackStateFlow: SharedFlow<SnackBarComponentConfiguration>, showProgressBar: Boolean = false, disbursementRefundScreenViewModel: DisbursementRefundScreenViewModel?, momoTransaction: MutableLiveData<MomoTransaction?>)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@Preview(showBackground = true)
fun DisbursementScreenPreview()
-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-fragment/-home-screen-fragment.html b/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-fragment/-home-screen-fragment.html deleted file mode 100644 index 5732a206..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-fragment/-home-screen-fragment.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - HomeScreenFragment - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

HomeScreenFragment

-
-
constructor()
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-fragment/index.html b/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-fragment/index.html deleted file mode 100644 index 5b72735f..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-fragment/index.html +++ /dev/null @@ -1,1880 +0,0 @@ - - - - - HomeScreenFragment - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

HomeScreenFragment

- -
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
constructor()
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@get:NonNull
open override val lifecycle: Lifecycle
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@get:NonNull
open override val viewModelStore: ViewModelStore
-
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
operator override fun equals(@Nullable other: Any?): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getId(): Int
-
-
-
-
- - - -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getView(): View?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
override fun hashCode(): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun onActivityResult(p0: Int, p1: Int, @Nullable p2: Intent?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onLowMemory()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onResume()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- - - -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setArguments(@Nullable p0: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setExitTransition(@Nullable p0: Any?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setTargetFragment(@Nullable p0: Fragment?, p1: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun startActivity(@NonNull p0: Intent)
open fun startActivity(@NonNull p0: Intent, @Nullable p1: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun startIntentSenderForResult(@NonNull p0: IntentSender, p1: Int, @Nullable p2: Intent?, p3: Int, p4: Int, p5: Int, @Nullable p6: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun toString(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-fragment/on-create-view.html b/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-fragment/on-create-view.html deleted file mode 100644 index fc5c4f6d..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-fragment/on-create-view.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onCreateView - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onCreateView

-
-
open override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-fragment/on-resume.html b/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-fragment/on-resume.html deleted file mode 100644 index 1da9c8cf..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-fragment/on-resume.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onResume - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onResume

-
-
open override fun onResume()
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-view-model/-home-screen-view-model.html b/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-view-model/-home-screen-view-model.html deleted file mode 100644 index f88db1fc..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-view-model/-home-screen-view-model.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - HomeScreenViewModel - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

HomeScreenViewModel

-
-
@Inject
constructor(defaultRepository: DefaultRepository, context: Context)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-view-model/account-balance.html b/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-view-model/account-balance.html deleted file mode 100644 index b1203027..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-view-model/account-balance.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - accountBalance - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

accountBalance

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-view-model/account-holder-status.html b/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-view-model/account-holder-status.html deleted file mode 100644 index ac0a2b0c..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-view-model/account-holder-status.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - accountHolderStatus - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

accountHolderStatus

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-view-model/basic-user-info.html b/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-view-model/basic-user-info.html deleted file mode 100644 index 6a558169..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-view-model/basic-user-info.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - basicUserInfo - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

basicUserInfo

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-view-model/index.html b/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-view-model/index.html deleted file mode 100644 index 4bafff97..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-view-model/index.html +++ /dev/null @@ -1,215 +0,0 @@ - - - - - HomeScreenViewModel - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

HomeScreenViewModel

-
class HomeScreenViewModel @Inject constructor(defaultRepository: DefaultRepository, context: Context) : ViewModel
-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@Inject
constructor(defaultRepository: DefaultRepository, context: Context)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-view-model/show-progress-bar.html b/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-view-model/show-progress-bar.html deleted file mode 100644 index 6550f923..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-view-model/show-progress-bar.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - showProgressBar - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

showProgressBar

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-view-model/snack-bar-state-flow.html b/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-view-model/snack-bar-state-flow.html deleted file mode 100644 index a12bdbb0..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.home/-home-screen-view-model/snack-bar-state-flow.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - snackBarStateFlow - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

snackBarStateFlow

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.home/-main-screen-preview.html b/dokka/sample/io.rekast.sdk.sample.views.home/-main-screen-preview.html deleted file mode 100644 index 2858aaa9..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.home/-main-screen-preview.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - MainScreenPreview - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

MainScreenPreview

-
-
@Preview(showBackground = true)
fun MainScreenPreview()
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.home/-main-screen.html b/dokka/sample/io.rekast.sdk.sample.views.home/-main-screen.html deleted file mode 100644 index 2f76469b..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.home/-main-screen.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - MainScreen - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

MainScreen

-
-
fun MainScreen(modifier: Modifier = Modifier, navController: NavController?, snackStateFlow: SharedFlow<SnackBarComponentConfiguration>, showProgressBar: Boolean = false, basicUserInfo: MutableLiveData<BasicUserInfo?>, accountHolderStatus: MutableLiveData<AccountHolderStatus?>, accountBalance: MutableLiveData<AccountBalance?>)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.home/index.html b/dokka/sample/io.rekast.sdk.sample.views.home/index.html deleted file mode 100644 index 0e821210..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.home/index.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - io.rekast.sdk.sample.views.home - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Types

-
-
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class HomeScreenViewModel @Inject constructor(defaultRepository: DefaultRepository, context: Context) : ViewModel
-
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun MainScreen(modifier: Modifier = Modifier, navController: NavController?, snackStateFlow: SharedFlow<SnackBarComponentConfiguration>, showProgressBar: Boolean = false, basicUserInfo: MutableLiveData<BasicUserInfo?>, accountHolderStatus: MutableLiveData<AccountHolderStatus?>, accountBalance: MutableLiveData<AccountBalance?>)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@Preview(showBackground = true)
fun MainScreenPreview()
-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-fragment/-remittance-screen-fragment.html b/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-fragment/-remittance-screen-fragment.html deleted file mode 100644 index a970992e..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-fragment/-remittance-screen-fragment.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - RemittanceScreenFragment - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

RemittanceScreenFragment

-
-
constructor()
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-fragment/index.html b/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-fragment/index.html deleted file mode 100644 index cc0bce8b..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-fragment/index.html +++ /dev/null @@ -1,1880 +0,0 @@ - - - - - RemittanceScreenFragment - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

RemittanceScreenFragment

- -
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
constructor()
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@get:NonNull
open override val lifecycle: Lifecycle
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@get:NonNull
open override val viewModelStore: ViewModelStore
-
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
operator override fun equals(@Nullable other: Any?): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getId(): Int
-
-
-
-
- - - -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getView(): View?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
override fun hashCode(): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun onActivityResult(p0: Int, p1: Int, @Nullable p2: Intent?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onLowMemory()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onResume()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- - - -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setArguments(@Nullable p0: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setExitTransition(@Nullable p0: Any?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setTargetFragment(@Nullable p0: Fragment?, p1: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun startActivity(@NonNull p0: Intent)
open fun startActivity(@NonNull p0: Intent, @Nullable p1: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun startIntentSenderForResult(@NonNull p0: IntentSender, p1: Int, @Nullable p2: Intent?, p3: Int, p4: Int, p5: Int, @Nullable p6: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun toString(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-fragment/on-create-view.html b/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-fragment/on-create-view.html deleted file mode 100644 index dc828a5b..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-fragment/on-create-view.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onCreateView - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onCreateView

-
-
open override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-fragment/on-resume.html b/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-fragment/on-resume.html deleted file mode 100644 index 06d80f50..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-fragment/on-resume.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onResume - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onResume

-
-
open override fun onResume()
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-preview.html b/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-preview.html deleted file mode 100644 index 4714584a..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-preview.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - RemittanceScreenPreview - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

RemittanceScreenPreview

-
-
@Preview(showBackground = true)
fun RemittanceScreenPreview()
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/-remittance-screen-view-model.html b/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/-remittance-screen-view-model.html deleted file mode 100644 index f80f0d3b..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/-remittance-screen-view-model.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - RemittanceScreenViewModel - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

RemittanceScreenViewModel

-
-
@Inject
constructor(defaultRepository: DefaultRepository, context: Context)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/amount.html b/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/amount.html deleted file mode 100644 index 759e7f63..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/amount.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - amount - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

amount

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/delivery-note.html b/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/delivery-note.html deleted file mode 100644 index 548a954a..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/delivery-note.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - deliveryNote - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

deliveryNote

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/financial-id.html b/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/financial-id.html deleted file mode 100644 index 217b6ea1..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/financial-id.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - financialId - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

financialId

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/index.html b/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/index.html deleted file mode 100644 index d10295a7..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/index.html +++ /dev/null @@ -1,395 +0,0 @@ - - - - - RemittanceScreenViewModel - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

RemittanceScreenViewModel

-
class RemittanceScreenViewModel @Inject constructor(defaultRepository: DefaultRepository, context: Context) : ViewModel
-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@Inject
constructor(defaultRepository: DefaultRepository, context: Context)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun onAmountUpdated(amount: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun onDeliveryNoteUpdated(deliveryNote: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun onFinancialIdUpdated(financialId: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun onPayerMessageUpdated(payerMessage: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun onPayerNoteUpdated(payerNote: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun onPhoneNumberUpdated(phoneNumber: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/momo-transaction.html b/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/momo-transaction.html deleted file mode 100644 index 741235bb..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/momo-transaction.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - momoTransaction - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

momoTransaction

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/on-amount-updated.html b/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/on-amount-updated.html deleted file mode 100644 index 84f7e096..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/on-amount-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onAmountUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onAmountUpdated

-
-
fun onAmountUpdated(amount: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/on-delivery-note-updated.html b/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/on-delivery-note-updated.html deleted file mode 100644 index bc058070..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/on-delivery-note-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onDeliveryNoteUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onDeliveryNoteUpdated

-
-
fun onDeliveryNoteUpdated(deliveryNote: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/on-financial-id-updated.html b/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/on-financial-id-updated.html deleted file mode 100644 index 906ad6ea..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/on-financial-id-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onFinancialIdUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onFinancialIdUpdated

-
-
fun onFinancialIdUpdated(financialId: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/on-payer-message-updated.html b/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/on-payer-message-updated.html deleted file mode 100644 index 71ee5e37..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/on-payer-message-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onPayerMessageUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onPayerMessageUpdated

-
-
fun onPayerMessageUpdated(payerMessage: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/on-payer-note-updated.html b/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/on-payer-note-updated.html deleted file mode 100644 index 47de2588..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/on-payer-note-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onPayerNoteUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onPayerNoteUpdated

-
-
fun onPayerNoteUpdated(payerNote: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/on-phone-number-updated.html b/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/on-phone-number-updated.html deleted file mode 100644 index 1b6eb156..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/on-phone-number-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onPhoneNumberUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onPhoneNumberUpdated

-
-
fun onPhoneNumberUpdated(phoneNumber: String)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/on-reference-id-to-refund-updated.html b/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/on-reference-id-to-refund-updated.html deleted file mode 100644 index 8d662d3a..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/on-reference-id-to-refund-updated.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onReferenceIdToRefundUpdated - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onReferenceIdToRefundUpdated

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/payment-message.html b/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/payment-message.html deleted file mode 100644 index bf49eebe..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/payment-message.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - paymentMessage - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

paymentMessage

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/payment-note.html b/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/payment-note.html deleted file mode 100644 index 783472d4..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/payment-note.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - paymentNote - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

paymentNote

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/phone-number.html b/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/phone-number.html deleted file mode 100644 index 6805f8ac..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/phone-number.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - phoneNumber - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

phoneNumber

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/reference-id-to-refund.html b/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/reference-id-to-refund.html deleted file mode 100644 index 31df2b85..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/reference-id-to-refund.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - referenceIdToRefund - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

referenceIdToRefund

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/show-progress-bar.html b/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/show-progress-bar.html deleted file mode 100644 index fb7746cf..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/show-progress-bar.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - showProgressBar - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

showProgressBar

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/snack-bar-state-flow.html b/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/snack-bar-state-flow.html deleted file mode 100644 index bd477763..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen-view-model/snack-bar-state-flow.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - snackBarStateFlow - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

snackBarStateFlow

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen.html b/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen.html deleted file mode 100644 index 62c9434a..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.remittance/-remittance-screen.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - RemittanceScreen - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

RemittanceScreen

-
-
fun RemittanceScreen(navController: NavController?, snackStateFlow: SharedFlow<SnackBarComponentConfiguration>, showProgressBar: Boolean = false, remittanceScreenViewModel: RemittanceScreenViewModel?, momoTransaction: MutableLiveData<MomoTransaction?>)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views.remittance/index.html b/dokka/sample/io.rekast.sdk.sample.views.remittance/index.html deleted file mode 100644 index 24cca13b..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views.remittance/index.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - io.rekast.sdk.sample.views.remittance - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Types

-
-
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
class RemittanceScreenViewModel @Inject constructor(defaultRepository: DefaultRepository, context: Context) : ViewModel
-
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
fun RemittanceScreen(navController: NavController?, snackStateFlow: SharedFlow<SnackBarComponentConfiguration>, showProgressBar: Boolean = false, remittanceScreenViewModel: RemittanceScreenViewModel?, momoTransaction: MutableLiveData<MomoTransaction?>)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
@Preview(showBackground = true)
fun RemittanceScreenPreview()
-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views/-app-main-activity/-app-main-activity.html b/dokka/sample/io.rekast.sdk.sample.views/-app-main-activity/-app-main-activity.html deleted file mode 100644 index 28a22dc1..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views/-app-main-activity/-app-main-activity.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - AppMainActivity - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

AppMainActivity

-
-
constructor()
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views/-app-main-activity/dispatcher-provider.html b/dokka/sample/io.rekast.sdk.sample.views/-app-main-activity/dispatcher-provider.html deleted file mode 100644 index 303c7ecd..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views/-app-main-activity/dispatcher-provider.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - dispatcherProvider - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

dispatcherProvider

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views/-app-main-activity/index.html b/dokka/sample/io.rekast.sdk.sample.views/-app-main-activity/index.html deleted file mode 100644 index ce179119..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views/-app-main-activity/index.html +++ /dev/null @@ -1,6410 +0,0 @@ - - - - - AppMainActivity - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

AppMainActivity

-

Main activity for the MTN MOMO SDK sample application.

This activity sets up the navigation host and initializes the main view model.

-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
constructor()
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override val lifecycle: Lifecycle
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override val viewModelStore: ViewModelStore
-
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun addContentView(view: View?, params: ViewGroup.LayoutParams?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun addMenuProvider(provider: MenuProvider)
open override fun addMenuProvider(provider: MenuProvider, owner: LifecycleOwner)
open override fun addMenuProvider(provider: MenuProvider, owner: LifecycleOwner, state: Lifecycle.State)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
override fun addOnNewIntentListener(listener: Consumer<Intent>)
-
-
-
-
- -
- -
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
override fun addOnTrimMemoryListener(listener: Consumer<Int>)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
override fun addOnUserLeaveHintListener(listener: Runnable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-

This is required to fix keyboard overlapping content in a Composable screen. This functionality is applied after the setContent function of the activity is called.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun bindService(p0: Intent, p1: ServiceConnection, p2: Int): Boolean
open override fun bindService(p0: Intent, p1: Int, p2: Executor, p3: ServiceConnection): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun checkCallingOrSelfPermission(p0: String): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun checkCallingOrSelfUriPermission(p0: Uri, p1: Int): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun checkCallingPermission(p0: String): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun checkCallingUriPermission(p0: Uri, p1: Int): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun checkCallingUriPermissions(p0: MutableList<Uri>, p1: Int): IntArray
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun checkContentUriPermissionFull(p0: Uri, p1: Int, p2: Int, p3: Int): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun checkPermission(p0: String, p1: Int, p2: Int): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun checkSelfPermission(p0: String): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun checkUriPermission(p0: Uri, p1: Int, p2: Int, p3: Int): Int
open override fun checkUriPermission(p0: Uri?, p1: String?, p2: String?, p3: Int, p4: Int, p5: Int): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun checkUriPermissions(p0: MutableList<Uri>, p1: Int, p2: Int, p3: Int): IntArray
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun clearWallpaper()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun closeContextMenu()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun closeOptionsMenu()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun createAttributionContext(p0: String?): Context
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun createContext(p0: ContextParams): Context
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun createContextForSplit(p0: String): Context
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun createDeviceContext(p0: Int): Context
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun createDisplayContext(p0: Display): Context
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun createPackageContext(p0: String, p1: Int): Context
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun createWindowContext(p0: Int, p1: Bundle?): Context
open override fun createWindowContext(p0: Display, p1: Int, p2: Bundle?): Context
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun databaseList(): Array<String>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun deleteDatabase(p0: String): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun deleteFile(p0: String): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun deleteSharedPreferences(p0: String): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun dispatchKeyEvent(event: KeyEvent): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun dispatchKeyShortcutEvent(event: KeyEvent): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun dispatchTouchEvent(p0: MotionEvent): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun dump(@NonNull p0: String, @Nullable p1: FileDescriptor?, @NonNull p2: PrintWriter, @Nullable p3: Array<String>?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun enforceCallingOrSelfPermission(p0: String, p1: String?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun enforceCallingOrSelfUriPermission(p0: Uri, p1: Int, p2: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun enforceCallingPermission(p0: String, p1: String?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun enforceCallingUriPermission(p0: Uri, p1: Int, p2: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun enforcePermission(p0: String, p1: Int, p2: Int, p3: String?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun enforceUriPermission(p0: Uri, p1: Int, p2: Int, p3: Int, p4: String)
open override fun enforceUriPermission(p0: Uri?, p1: String?, p2: String?, p3: Int, p4: Int, p5: Int, p6: String?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun fileList(): Array<String>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun <T : View> findViewById(@IdRes p0: Int): T
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun finish()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun finishActivity(p0: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun finishAffinity()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getActionBar(): ActionBar?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getApplicationContext(): Context
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getApplicationInfo(): ApplicationInfo
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getAssets(): AssetManager
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getAttributionTag(): String?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getCacheDir(): File
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getClassLoader(): ClassLoader
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getCodeCacheDir(): File
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getColor(p0: Int): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getContentResolver(): ContentResolver
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getCurrentFocus(): View?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getDatabasePath(p0: String): File
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getDataDir(): File
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getDeviceId(): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getDir(p0: String, p1: Int): File
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getDisplay(): Display
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getExternalCacheDir(): File?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getExternalCacheDirs(): Array<File>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getExternalFilesDir(p0: String?): File?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getExternalFilesDirs(p0: String): Array<File>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getExternalMediaDirs(): Array<File>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun <T : ComponentActivity.ExtraData> getExtraData(extraDataClass: Class<T>): T?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getFilesDir(): File
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getFileStreamPath(p0: String): File
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getIntent(): Intent
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getMainExecutor(): Executor
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getMainLooper(): Looper
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getMenuInflater(): MenuInflater
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getNoBackupFilesDir(): File
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getObbDir(): File
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getObbDirs(): Array<File>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getOpPackageName(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getPackageCodePath(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getPackageManager(): PackageManager
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getPackageName(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getPackageResourcePath(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getParams(): ContextParams?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getReferrer(): Uri?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getResources(): Resources
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getSharedPreferences(p0: String, p1: Int): SharedPreferences
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getString(p0: Int): String
fun getString(p0: Int, vararg p1: Any): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getSystemService(p0: String): Any
fun <T : Any> getSystemService(p0: Class<T>): T
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getSystemServiceName(p0: Class<*>): String?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getTaskId(): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getTheme(): Resources.Theme
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getWallpaper(): Drawable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun getWindow(): Window
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun grantUriPermission(p0: String, p1: Uri, p2: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun invalidateMenu()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun invalidateOptionsMenu()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun isDestroyed(): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun isDeviceProtectedStorage(): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun isFinishing(): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun isImmersive(): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun isRestricted(): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun isTaskRoot(): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun isUiContext(): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun managedQuery(p0: Uri, p1: Array<String>, p2: String, p3: Array<String>, p4: String): Cursor
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun moveDatabaseFrom(p0: Context, p1: String): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun moveSharedPreferencesFrom(p0: Context, p1: String): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun navigateUpTo(p0: Intent): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- - - -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onActionModeFinished(p0: ActionMode)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onActionModeStarted(p0: ActionMode)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun onActivityReenter(p0: Int, p1: Intent)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun onActivityResult(p0: Int, p1: Int, p2: Intent?, p3: ComponentCaller)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onAttachedToWindow()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onBackPressed()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onConfigurationChanged(@NonNull newConfig: Configuration)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onContentChanged()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun onCreate(p0: Bundle?, p1: PersistableBundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onCreatePanelMenu(featureId: Int, menu: Menu): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onCreatePanelView(p0: Int): View?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onCreateView(@NonNull p0: String, @NonNull p1: Context, @NonNull p2: AttributeSet): View?
open override fun onCreateView(@Nullable p0: View?, @NonNull p1: String, @NonNull p2: Context, @NonNull p3: AttributeSet): View?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onDetachedFromWindow()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onKeyDown(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onKeyLongPress(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onKeyMultiple(p0: Int, p1: Int, p2: KeyEvent): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun onKeyShortcut(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onKeyUp(p0: Int, p1: KeyEvent): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onLowMemory()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
override fun onMenuItemSelected(featureId: Int, @NonNull item: MenuItem): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onMenuOpened(p0: Int, p1: Menu): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onMultiWindowModeChanged(isInMultiWindowMode: Boolean)
open override fun onMultiWindowModeChanged(isInMultiWindowMode: Boolean, newConfig: Configuration)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun onNavigateUp(): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onPanelClosed(featureId: Int, @NonNull menu: Menu)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onPictureInPictureModeChanged(isInPictureInPictureMode: Boolean)
open override fun onPictureInPictureModeChanged(isInPictureInPictureMode: Boolean, newConfig: Configuration)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onPreparePanel(featureId: Int, view: View?, menu: Menu): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun onRequestPermissionsResult(p0: Int, p1: Array<String>, p2: IntArray, p3: Int)
open override fun onRequestPermissionsResult(requestCode: Int, @NonNull permissions: Array<String>, @NonNull grantResults: IntArray)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onSearchRequested(): Boolean
open override fun onSearchRequested(p0: SearchEvent?): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onStateNotSaved()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onTrimMemory(level: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onWindowFocusChanged(p0: Boolean)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun openContextMenu(p0: View)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun openFileInput(p0: String): FileInputStream
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun openFileOutput(p0: String, p1: Int): FileOutputStream
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun openOptionsMenu()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun overrideActivityTransition(p0: Int, p1: Int, p2: Int)
open fun overrideActivityTransition(p0: Int, p1: Int, p2: Int, p3: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun overridePendingTransition(p0: Int, p1: Int)
open fun overridePendingTransition(p0: Int, p1: Int, p2: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun peekAvailableContext(): Context?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun peekWallpaper(): Drawable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun recreate()
-
-
-
-
- - - -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter): Intent?
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter, p2: Int): Intent?
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter, p2: String?, p3: Handler?): Intent?
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter, p2: String?, p3: Handler?, p4: Int): Intent?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun removeDialog(p0: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun removeMenuProvider(provider: MenuProvider)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
override fun removeOnNewIntentListener(listener: Consumer<Intent>)
-
-
-
-
- - - -
-
-
- - -
Link copied to clipboard
-
-
-
-
override fun removeOnTrimMemoryListener(listener: Consumer<Int>)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
override fun removeOnUserLeaveHintListener(listener: Runnable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun removeStickyBroadcast(p0: Intent)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun removeStickyBroadcastAsUser(p0: Intent, p1: UserHandle)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun reportFullyDrawn()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun <T : View> requireViewById(p0: Int): T & Any
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun revokeUriPermission(p0: Uri, p1: Int)
open override fun revokeUriPermission(p0: String, p1: Uri, p2: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun sendBroadcast(p0: Intent)
open override fun sendBroadcast(p0: Intent, p1: String?)
open override fun sendBroadcast(p0: Intent, p1: String?, p2: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun sendBroadcastAsUser(p0: Intent, p1: UserHandle)
open override fun sendBroadcastAsUser(p0: Intent, p1: UserHandle, p2: String?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun sendOrderedBroadcast(p0: Intent, p1: String?)
open override fun sendOrderedBroadcast(p0: Intent, p1: String?, p2: Bundle?)
open override fun sendOrderedBroadcast(p0: Intent, p1: String?, p2: BroadcastReceiver?, p3: Handler?, p4: Int, p5: String?, p6: Bundle?)
open override fun sendOrderedBroadcast(p0: Intent, p1: String?, p2: Bundle?, p3: BroadcastReceiver?, p4: Handler?, p5: Int, p6: String?, p7: Bundle?)
open override fun sendOrderedBroadcast(p0: Intent, p1: String?, p2: String?, p3: BroadcastReceiver?, p4: Handler?, p5: Int, p6: String?, p7: Bundle?)
open fun sendOrderedBroadcast(p0: Intent, p1: Int, p2: String?, p3: String?, p4: BroadcastReceiver?, p5: Handler?, p6: String?, p7: Bundle?, p8: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun sendOrderedBroadcastAsUser(p0: Intent, p1: UserHandle, p2: String?, p3: BroadcastReceiver?, p4: Handler?, p5: Int, p6: String?, p7: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun sendStickyBroadcast(p0: Intent)
open override fun sendStickyBroadcast(p0: Intent, p1: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun sendStickyBroadcastAsUser(p0: Intent, p1: UserHandle)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun sendStickyOrderedBroadcast(p0: Intent, p1: BroadcastReceiver?, p2: Handler?, p3: Int, p4: String?, p5: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun sendStickyOrderedBroadcastAsUser(p0: Intent, p1: UserHandle, p2: BroadcastReceiver?, p3: Handler?, p4: Int, p5: String?, p6: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setActionBar(p0: Toolbar?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun setContentView(view: View?)
open override fun setContentView(@LayoutRes layoutResID: Int)
open override fun setContentView(view: View?, params: ViewGroup.LayoutParams?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- - - - - -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setImmersive(p0: Boolean)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setIntent(p0: Intent)
open fun setIntent(p0: Intent?, p1: ComponentCaller?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setLocusContext(p0: LocusId?, p1: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun setProgress(p0: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun setResult(p0: Int)
fun setResult(p0: Int, p1: Intent)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setSupportProgress(p0: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setTheme(p0: Resources.Theme?)
open override fun setTheme(@StyleRes p0: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setTitle(p0: CharSequence)
open fun setTitle(p0: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setTitleColor(p0: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setTurnScreenOn(p0: Boolean)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun setVisible(p0: Boolean)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun setWallpaper(p0: Bitmap)
open override fun setWallpaper(p0: InputStream)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
- -
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun showAssist(p0: Bundle): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun showDialog(p0: Int)
fun showDialog(p0: Int, p1: Bundle): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun startActivities(p0: Array<Intent>)
open override fun startActivities(p0: Array<Intent>, p1: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun startActivity(p0: Intent)
open override fun startActivity(p0: Intent, p1: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun startActivityForResult(intent: Intent, requestCode: Int)
open override fun startActivityForResult(intent: Intent, requestCode: Int, options: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun startActivityFromChild(p0: Activity, p1: Intent, p2: Int)
open fun startActivityFromChild(p0: Activity, p1: Intent, p2: Int, p3: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun startInstrumentation(p0: ComponentName, p1: String?, p2: Bundle?): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun startIntentSender(p0: IntentSender, p1: Intent?, p2: Int, p3: Int, p4: Int)
open override fun startIntentSender(p0: IntentSender, p1: Intent?, p2: Int, p3: Int, p4: Int, p5: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun startIntentSenderForResult(intent: IntentSender, requestCode: Int, fillInIntent: Intent?, flagsMask: Int, flagsValues: Int, extraFlags: Int)
open override fun startIntentSenderForResult(intent: IntentSender, requestCode: Int, fillInIntent: Intent?, flagsMask: Int, flagsValues: Int, extraFlags: Int, options: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun startIntentSenderFromChild(p0: Activity, p1: IntentSender, p2: Int, p3: Intent, p4: Int, p5: Int, p6: Int)
open fun startIntentSenderFromChild(p0: Activity, p1: IntentSender, p2: Int, p3: Intent, p4: Int, p5: Int, p6: Int, p7: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun startIntentSenderFromFragment(@NonNull p0: Fragment, @NonNull p1: IntentSender, p2: Int, @Nullable p3: Intent?, p4: Int, p5: Int, p6: Int, @Nullable p7: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun startLockTask()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun startSearch(p0: String?, p1: Boolean, p2: Bundle?, p3: Boolean)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun startService(p0: Intent): ComponentName?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun stopLockTask()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun stopService(p0: Intent): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun superDispatchKeyEvent(event: KeyEvent): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun supportInvalidateOptionsMenu()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun takeKeyEvents(p0: Boolean)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun triggerSearch(p0: String, p1: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun unbindService(p0: ServiceConnection)
-
-
-
-
- - - -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun unregisterReceiver(p0: BroadcastReceiver)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun updateServiceGroup(p0: ServiceConnection, p1: Int, p2: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views/-app-main-activity/nav-host-fragment.html b/dokka/sample/io.rekast.sdk.sample.views/-app-main-activity/nav-host-fragment.html deleted file mode 100644 index f4faf88e..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views/-app-main-activity/nav-host-fragment.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - navHostFragment - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

navHostFragment

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views/-app-main-view-model/-app-main-view-model.html b/dokka/sample/io.rekast.sdk.sample.views/-app-main-view-model/-app-main-view-model.html deleted file mode 100644 index 8b7a0535..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views/-app-main-view-model/-app-main-view-model.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - AppMainViewModel - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

AppMainViewModel

-
-
@Inject
constructor(defaultRepository: DefaultRepository, context: Context)
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views/-app-main-view-model/check-user.html b/dokka/sample/io.rekast.sdk.sample.views/-app-main-view-model/check-user.html deleted file mode 100644 index 73f7f730..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views/-app-main-view-model/check-user.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - checkUser - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

checkUser

-
-
fun checkUser()

Checks the user status and creates an API user if necessary.

-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views/-app-main-view-model/index.html b/dokka/sample/io.rekast.sdk.sample.views/-app-main-view-model/index.html deleted file mode 100644 index 8614fdb8..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views/-app-main-view-model/index.html +++ /dev/null @@ -1,200 +0,0 @@ - - - - - AppMainViewModel - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

AppMainViewModel

-
open class AppMainViewModel @Inject constructor(defaultRepository: DefaultRepository, context: Context) : ViewModel

ViewModel for managing authentication and API interactions.

This ViewModel handles setting authentication credentials and making API calls.

-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
@Inject
constructor(defaultRepository: DefaultRepository, context: Context)
-
-
-
-
-
-
-
-

Properties

-
-
-
-
- - -
Link copied to clipboard
-
- -
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun checkUser()

Checks the user status and creates an API user if necessary.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun setAccessToken(accessToken: String)

Sets the Access Token credentials.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun setBasicAuth(apiUserId: String, apiKey: String)

Sets the Basic Authentication credentials.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views/-app-main-view-model/set-access-token.html b/dokka/sample/io.rekast.sdk.sample.views/-app-main-view-model/set-access-token.html deleted file mode 100644 index d3bc4f97..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views/-app-main-view-model/set-access-token.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - setAccessToken - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

setAccessToken

-
-
fun setAccessToken(accessToken: String)

Sets the Access Token credentials.

Parameters

accessToken

The access token.

-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views/-app-main-view-model/set-basic-auth.html b/dokka/sample/io.rekast.sdk.sample.views/-app-main-view-model/set-basic-auth.html deleted file mode 100644 index a7cd2277..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views/-app-main-view-model/set-basic-auth.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - setBasicAuth - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

setBasicAuth

-
-
fun setBasicAuth(apiUserId: String, apiKey: String)

Sets the Basic Authentication credentials.

Parameters

apiUserId

The API user ID.

apiKey

The API key.

-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views/-app-main-view-model/snack-bar-state-flow.html b/dokka/sample/io.rekast.sdk.sample.views/-app-main-view-model/snack-bar-state-flow.html deleted file mode 100644 index f8bb6734..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views/-app-main-view-model/snack-bar-state-flow.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - snackBarStateFlow - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

snackBarStateFlow

-
- -
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample.views/index.html b/dokka/sample/io.rekast.sdk.sample.views/index.html deleted file mode 100644 index cfcaac10..00000000 --- a/dokka/sample/io.rekast.sdk.sample.views/index.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - io.rekast.sdk.sample.views - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Types

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-

Main activity for the MTN MOMO SDK sample application.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open class AppMainViewModel @Inject constructor(defaultRepository: DefaultRepository, context: Context) : ViewModel

ViewModel for managing authentication and API interactions.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample/-momo-application/-momo-application.html b/dokka/sample/io.rekast.sdk.sample/-momo-application/-momo-application.html deleted file mode 100644 index 53e7e9de..00000000 --- a/dokka/sample/io.rekast.sdk.sample/-momo-application/-momo-application.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - MomoApplication - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

MomoApplication

-
-
constructor()
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample/-momo-application/index.html b/dokka/sample/io.rekast.sdk.sample/-momo-application/index.html deleted file mode 100644 index 7f762201..00000000 --- a/dokka/sample/io.rekast.sdk.sample/-momo-application/index.html +++ /dev/null @@ -1,2086 +0,0 @@ - - - - - MomoApplication - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

MomoApplication

-

The main application class for the MTN MOMO SDK sample application.

This class initializes the application and sets up dependency injection using Dagger Hilt. It also configures Timber for logging in debug builds.

-
-
-
-
-
-

Constructors

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
constructor()
-
-
-
-
-
-
-
-

Functions

-
-
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun bindService(p0: Intent, p1: ServiceConnection, p2: Int): Boolean
open override fun bindService(p0: Intent, p1: Int, p2: Executor, p3: ServiceConnection): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun checkCallingOrSelfPermission(p0: String): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun checkCallingOrSelfUriPermission(p0: Uri, p1: Int): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun checkCallingPermission(p0: String): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun checkCallingUriPermission(p0: Uri, p1: Int): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun checkCallingUriPermissions(p0: MutableList<Uri>, p1: Int): IntArray
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun checkContentUriPermissionFull(p0: Uri, p1: Int, p2: Int, p3: Int): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun checkPermission(p0: String, p1: Int, p2: Int): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun checkSelfPermission(p0: String): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun checkUriPermission(p0: Uri, p1: Int, p2: Int, p3: Int): Int
open override fun checkUriPermission(p0: Uri?, p1: String?, p2: String?, p3: Int, p4: Int, p5: Int): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun checkUriPermissions(p0: MutableList<Uri>, p1: Int, p2: Int, p3: Int): IntArray
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun clearWallpaper()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun createAttributionContext(p0: String?): Context
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun createContext(p0: ContextParams): Context
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun createContextForSplit(p0: String): Context
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun createDeviceContext(p0: Int): Context
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun createDisplayContext(p0: Display): Context
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun createPackageContext(p0: String, p1: Int): Context
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun createWindowContext(p0: Int, p1: Bundle?): Context
open override fun createWindowContext(p0: Display, p1: Int, p2: Bundle?): Context
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun databaseList(): Array<String>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun deleteDatabase(p0: String): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun deleteFile(p0: String): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun deleteSharedPreferences(p0: String): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun enforceCallingOrSelfPermission(p0: String, p1: String?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun enforceCallingOrSelfUriPermission(p0: Uri, p1: Int, p2: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun enforceCallingPermission(p0: String, p1: String?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun enforceCallingUriPermission(p0: Uri, p1: Int, p2: String)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun enforcePermission(p0: String, p1: Int, p2: Int, p3: String?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun enforceUriPermission(p0: Uri, p1: Int, p2: Int, p3: Int, p4: String)
open override fun enforceUriPermission(p0: Uri?, p1: String?, p2: String?, p3: Int, p4: Int, p5: Int, p6: String?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun fileList(): Array<String>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getApplicationContext(): Context
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getApplicationInfo(): ApplicationInfo
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getAssets(): AssetManager
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getAttributionTag(): String?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getCacheDir(): File
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getClassLoader(): ClassLoader
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getCodeCacheDir(): File
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getColor(p0: Int): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getContentResolver(): ContentResolver
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getDatabasePath(p0: String): File
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getDataDir(): File
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getDeviceId(): Int
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getDir(p0: String, p1: Int): File
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getDisplay(): Display
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getExternalCacheDir(): File?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getExternalCacheDirs(): Array<File>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getExternalFilesDir(p0: String?): File?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getExternalFilesDirs(p0: String): Array<File>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getExternalMediaDirs(): Array<File>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getFilesDir(): File
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getFileStreamPath(p0: String): File
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getMainExecutor(): Executor
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getMainLooper(): Looper
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getNoBackupFilesDir(): File
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getObbDir(): File
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getObbDirs(): Array<File>
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getOpPackageName(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getPackageCodePath(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getPackageManager(): PackageManager
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getPackageName(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getPackageResourcePath(): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getParams(): ContextParams?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getResources(): Resources
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getSharedPreferences(p0: String, p1: Int): SharedPreferences
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun getString(p0: Int): String
fun getString(p0: Int, vararg p1: Any): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
fun <T : Any> getSystemService(p0: Class<T>): T
open override fun getSystemService(p0: String): Any
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getSystemServiceName(p0: Class<*>): String?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getTheme(): Resources.Theme
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun getWallpaper(): Drawable
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun grantUriPermission(p0: String, p1: Uri, p2: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun isDeviceProtectedStorage(): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun isRestricted(): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun isUiContext(): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun moveDatabaseFrom(p0: Context, p1: String): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun moveSharedPreferencesFrom(p0: Context, p1: String): Boolean
-
-
-
-
- - - -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onConfigurationChanged(p0: Configuration)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onCreate()

Called when the application is starting, before any activity, service, or receiver objects have been created. This is where you can perform application-wide initialization.

-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onLowMemory()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open fun onTerminate()
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun onTrimMemory(p0: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun openFileInput(p0: String): FileInputStream
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun openFileOutput(p0: String, p1: Int): FileOutputStream
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun peekWallpaper(): Drawable
-
-
-
-
- - - -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- - - -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter): Intent?
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter, p2: Int): Intent?
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter, p2: String?, p3: Handler?): Intent?
open override fun registerReceiver(p0: BroadcastReceiver?, p1: IntentFilter, p2: String?, p3: Handler?, p4: Int): Intent?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun removeStickyBroadcast(p0: Intent)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun removeStickyBroadcastAsUser(p0: Intent, p1: UserHandle)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun revokeUriPermission(p0: Uri, p1: Int)
open override fun revokeUriPermission(p0: String, p1: Uri, p2: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun sendBroadcast(p0: Intent)
open override fun sendBroadcast(p0: Intent, p1: String?)
open override fun sendBroadcast(p0: Intent, p1: String?, p2: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun sendBroadcastAsUser(p0: Intent, p1: UserHandle)
open override fun sendBroadcastAsUser(p0: Intent, p1: UserHandle, p2: String?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
- -
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun sendOrderedBroadcast(p0: Intent, p1: String?)
open override fun sendOrderedBroadcast(p0: Intent, p1: String?, p2: Bundle?)
open override fun sendOrderedBroadcast(p0: Intent, p1: String?, p2: BroadcastReceiver?, p3: Handler?, p4: Int, p5: String?, p6: Bundle?)
open override fun sendOrderedBroadcast(p0: Intent, p1: String?, p2: Bundle?, p3: BroadcastReceiver?, p4: Handler?, p5: Int, p6: String?, p7: Bundle?)
open override fun sendOrderedBroadcast(p0: Intent, p1: String?, p2: String?, p3: BroadcastReceiver?, p4: Handler?, p5: Int, p6: String?, p7: Bundle?)
open fun sendOrderedBroadcast(p0: Intent, p1: Int, p2: String?, p3: String?, p4: BroadcastReceiver?, p5: Handler?, p6: String?, p7: Bundle?, p8: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun sendOrderedBroadcastAsUser(p0: Intent, p1: UserHandle, p2: String?, p3: BroadcastReceiver?, p4: Handler?, p5: Int, p6: String?, p7: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun sendStickyBroadcast(p0: Intent)
open override fun sendStickyBroadcast(p0: Intent, p1: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun sendStickyBroadcastAsUser(p0: Intent, p1: UserHandle)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun sendStickyOrderedBroadcast(p0: Intent, p1: BroadcastReceiver?, p2: Handler?, p3: Int, p4: String?, p5: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun sendStickyOrderedBroadcastAsUser(p0: Intent, p1: UserHandle, p2: BroadcastReceiver?, p3: Handler?, p4: Int, p5: String?, p6: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun setTheme(p0: Int)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun setWallpaper(p0: Bitmap)
open override fun setWallpaper(p0: InputStream)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun startActivities(p0: Array<Intent>)
open override fun startActivities(p0: Array<Intent>, p1: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun startActivity(p0: Intent)
open override fun startActivity(p0: Intent, p1: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun startInstrumentation(p0: ComponentName, p1: String?, p2: Bundle?): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun startIntentSender(p0: IntentSender, p1: Intent?, p2: Int, p3: Int, p4: Int)
open override fun startIntentSender(p0: IntentSender, p1: Intent?, p2: Int, p3: Int, p4: Int, p5: Bundle?)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun startService(p0: Intent): ComponentName?
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun stopService(p0: Intent): Boolean
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun unbindService(p0: ServiceConnection)
-
-
-
-
- - - -
-
-
- - -
Link copied to clipboard
-
-
- -
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
- -
-
-
-
- - - -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun unregisterReceiver(p0: BroadcastReceiver)
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
open override fun updateServiceGroup(p0: ServiceConnection, p1: Int, p2: Int)
-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample/-momo-application/on-create.html b/dokka/sample/io.rekast.sdk.sample/-momo-application/on-create.html deleted file mode 100644 index 798cad9c..00000000 --- a/dokka/sample/io.rekast.sdk.sample/-momo-application/on-create.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - onCreate - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

onCreate

-
-
open override fun onCreate()

Called when the application is starting, before any activity, service, or receiver objects have been created. This is where you can perform application-wide initialization.

-
- -
-
-
- - - diff --git a/dokka/sample/io.rekast.sdk.sample/index.html b/dokka/sample/io.rekast.sdk.sample/index.html deleted file mode 100644 index c4e06a09..00000000 --- a/dokka/sample/io.rekast.sdk.sample/index.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - io.rekast.sdk.sample - - - - - - - - - - - - - - - - - - - -
- -
- -
-
- -
-

Package-level declarations

-
-
-
-
-
-

Types

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-

The main application class for the MTN MOMO SDK sample application.

-
-
-
-
-
-
-
-
-
- -
-
-
- - - diff --git a/dokka/sample/navigation.html b/dokka/sample/navigation.html deleted file mode 100644 index b06c970d..00000000 --- a/dokka/sample/navigation.html +++ /dev/null @@ -1,1027 +0,0 @@ -
-
- -
- -
- -
-
- -
-
- -
-
- Failure -
-
-
-
- Success -
-
-
- -
-
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
- -
- -
-
- -
- -
-
-
- ApiKey -
-
-
-
- ApiUser -
-
-
- - - - - - - - - - -
-
-
- sample -
- - - - - - - - - -
- -
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
- InfoColor -
-
-
- -
-
- -
-
- -
- - -
- -
- - - - - - - -
- -
- -
- -
-
- -
-
- - - - - - - - - -
-
diff --git a/dokka/scripts/clipboard.js b/dokka/scripts/clipboard.js deleted file mode 100644 index 7a4f33c5..00000000 --- a/dokka/scripts/clipboard.js +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. - */ - -window.addEventListener('load', () => { - document.querySelectorAll('span.copy-icon').forEach(element => { - element.addEventListener('click', (el) => copyElementsContentToClipboard(element)); - }) - - document.querySelectorAll('span.anchor-icon').forEach(element => { - element.addEventListener('click', (el) => { - if(element.hasAttribute('pointing-to')){ - const location = hrefWithoutCurrentlyUsedAnchor() + '#' + element.getAttribute('pointing-to') - copyTextToClipboard(element, location) - } - }); - }) -}) - -const copyElementsContentToClipboard = (element) => { - const selection = window.getSelection(); - const range = document.createRange(); - range.selectNodeContents(element.parentNode.parentNode); - selection.removeAllRanges(); - selection.addRange(range); - - copyAndShowPopup(element, () => selection.removeAllRanges()) -} - -const copyTextToClipboard = (element, text) => { - var textarea = document.createElement("textarea"); - textarea.textContent = text; - textarea.style.position = "fixed"; - document.body.appendChild(textarea); - textarea.select(); - - copyAndShowPopup(element, () => document.body.removeChild(textarea)) -} - -const copyAndShowPopup = (element, after) => { - try { - document.execCommand('copy'); - element.nextElementSibling.classList.add('active-popup'); - setTimeout(() => { - element.nextElementSibling.classList.remove('active-popup'); - }, 1200); - } catch (e) { - console.error('Failed to write to clipboard:', e) - } - finally { - if(after) after() - } -} - -const hrefWithoutCurrentlyUsedAnchor = () => window.location.href.split('#')[0] - diff --git a/dokka/scripts/main.js b/dokka/scripts/main.js deleted file mode 100644 index ba6c3473..00000000 --- a/dokka/scripts/main.js +++ /dev/null @@ -1,44 +0,0 @@ -(()=>{var e={8527:e=>{e.exports=''},5570:e=>{e.exports=''},107:e=>{e.exports=''},7224:e=>{e.exports=''},538:e=>{e.exports=''},1924:(e,n,t)=>{"use strict";var r=t(210),o=t(5559),i=o(r("String.prototype.indexOf"));e.exports=function(e,n){var t=r(e,!!n);return"function"==typeof t&&i(e,".prototype.")>-1?o(t):t}},5559:(e,n,t)=>{"use strict";var r=t(8612),o=t(210),i=o("%Function.prototype.apply%"),a=o("%Function.prototype.call%"),l=o("%Reflect.apply%",!0)||r.call(a,i),c=o("%Object.getOwnPropertyDescriptor%",!0),u=o("%Object.defineProperty%",!0),s=o("%Math.max%");if(u)try{u({},"a",{value:1})}catch(e){u=null}e.exports=function(e){var n=l(r,a,arguments);if(c&&u){var t=c(n,"length");t.configurable&&u(n,"length",{value:1+s(0,e.length-(arguments.length-1))})}return n};var f=function(){return l(r,i,arguments)};u?u(e.exports,"apply",{value:f}):e.exports.apply=f},4184:(e,n)=>{var t; -/*! - Copyright (c) 2018 Jed Watson. - Licensed under the MIT License (MIT), see - http://jedwatson.github.io/classnames -*/!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e=[],n=0;n{"use strict";e.exports=function(e,n){var t=this,r=t.constructor;return t.options=Object.assign({storeInstancesGlobally:!0},n||{}),t.callbacks={},t.directMap={},t.sequenceLevels={},t.resetTimer=null,t.ignoreNextKeyup=!1,t.ignoreNextKeypress=!1,t.nextExpectedAction=!1,t.element=e,t.addEvents(),t.options.storeInstancesGlobally&&r.instances.push(t),t},e.exports.prototype.bind=t(2207),e.exports.prototype.bindMultiple=t(3396),e.exports.prototype.unbind=t(9208),e.exports.prototype.trigger=t(9855),e.exports.prototype.reset=t(6214),e.exports.prototype.stopCallback=t(3450),e.exports.prototype.handleKey=t(3067),e.exports.prototype.addEvents=t(718),e.exports.prototype.bindSingle=t(8763),e.exports.prototype.getKeyInfo=t(5825),e.exports.prototype.pickBestAction=t(8608),e.exports.prototype.getReverseMap=t(3956),e.exports.prototype.getMatches=t(3373),e.exports.prototype.resetSequences=t(3346),e.exports.prototype.fireCallback=t(2684),e.exports.prototype.bindSequence=t(7103),e.exports.prototype.resetSequenceTimer=t(7309),e.exports.prototype.detach=t(7554),e.exports.instances=[],e.exports.reset=t(1822),e.exports.REVERSE_MAP=null},718:(e,n,t)=>{"use strict";e.exports=function(){var e=this,n=t(4323),r=e.element;e.eventHandler=t(9646).bind(e),n(r,"keypress",e.eventHandler),n(r,"keydown",e.eventHandler),n(r,"keyup",e.eventHandler)}},2207:e=>{"use strict";e.exports=function(e,n,t){return e=e instanceof Array?e:[e],this.bindMultiple(e,n,t),this}},3396:e=>{"use strict";e.exports=function(e,n,t){for(var r=0;r{"use strict";e.exports=function(e,n,r,o){var i=this;function a(n){return function(){i.nextExpectedAction=n,++i.sequenceLevels[e],i.resetSequenceTimer()}}function l(n){var a;i.fireCallback(r,n,e),"keyup"!==o&&(a=t(6770),i.ignoreNextKeyup=a(n)),setTimeout((function(){i.resetSequences()}),10)}i.sequenceLevels[e]=0;for(var c=0;c{"use strict";e.exports=function(e,n,t,r,o){var i=this;i.directMap[e+":"+t]=n;var a,l=(e=e.replace(/\s+/g," ")).split(" ");l.length>1?i.bindSequence(e,l,n,t):(a=i.getKeyInfo(e,t),i.callbacks[a.key]=i.callbacks[a.key]||[],i.getMatches(a.key,a.modifiers,{type:a.action},r,e,o),i.callbacks[a.key][r?"unshift":"push"]({callback:n,modifiers:a.modifiers,action:a.action,seq:r,level:o,combo:e}))}},7554:(e,n,t)=>{var r=t(4323).off;e.exports=function(){var e=this,n=e.element;r(n,"keypress",e.eventHandler),r(n,"keydown",e.eventHandler),r(n,"keyup",e.eventHandler)}},4323:e=>{function n(e,n,t,r){return!e.addEventListener&&(n="on"+n),(e.addEventListener||e.attachEvent).call(e,n,t,r),t}e.exports=n,e.exports.on=n,e.exports.off=function(e,n,t,r){return!e.removeEventListener&&(n="on"+n),(e.removeEventListener||e.detachEvent).call(e,n,t,r),t}},2684:(e,n,t)=>{"use strict";e.exports=function(e,n,r,o){this.stopCallback(n,n.target||n.srcElement,r,o)||!1===e(n,r)&&(t(1350)(n),t(6103)(n))}},5825:(e,n,t)=>{"use strict";e.exports=function(e,n){var r,o,i,a,l,c,u=[];for(r=t(4520)(e),a=t(7549),l=t(5355),c=t(8581),i=0;i{"use strict";e.exports=function(e,n,r,o,i,a){var l,c,u,s,f=this,p=[],d=r.type;"keypress"!==d||r.code&&"Arrow"===r.code.slice(0,5)||(f.callbacks["any-character"]||[]).forEach((function(e){p.push(e)}));if(!f.callbacks[e])return p;for(u=t(8581),"keyup"===d&&u(e)&&(n=[e]),l=0;l{"use strict";e.exports=function(){var e,n=this.constructor;if(!n.REVERSE_MAP)for(var r in n.REVERSE_MAP={},e=t(4766))r>95&&r<112||e.hasOwnProperty(r)&&(n.REVERSE_MAP[e[r]]=r);return n.REVERSE_MAP}},3067:(e,n,t)=>{"use strict";e.exports=function(e,n,r){var o,i,a,l,c=this,u={},s=0,f=!1;for(o=c.getMatches(e,n,r),i=0;i{"use strict";e.exports=function(e){var n,r=this;"number"!=typeof e.which&&(e.which=e.keyCode);var o=t(6770)(e);void 0!==o&&("keyup"!==e.type||r.ignoreNextKeyup!==o?(n=t(4610),r.handleKey(o,n(e),e)):r.ignoreNextKeyup=!1)}},5532:e=>{"use strict";e.exports=function(e,n){return e.sort().join(",")===n.sort().join(",")}},8608:e=>{"use strict";e.exports=function(e,n,t){return t||(t=this.getReverseMap()[e]?"keydown":"keypress"),"keypress"===t&&n.length&&(t="keydown"),t}},6214:e=>{"use strict";e.exports=function(){return this.callbacks={},this.directMap={},this}},7309:e=>{"use strict";e.exports=function(){var e=this;clearTimeout(e.resetTimer),e.resetTimer=setTimeout((function(){e.resetSequences()}),1e3)}},3346:e=>{"use strict";e.exports=function(e){var n=this;e=e||{};var t,r=!1;for(t in n.sequenceLevels)e[t]?r=!0:n.sequenceLevels[t]=0;r||(n.nextExpectedAction=!1)}},3450:e=>{"use strict";e.exports=function(e,n){if((" "+n.className+" ").indexOf(" combokeys ")>-1)return!1;var t=n.tagName.toLowerCase();return"input"===t||"select"===t||"textarea"===t||n.isContentEditable}},9855:e=>{"use strict";e.exports=function(e,n){return this.directMap[e+":"+n]&&this.directMap[e+":"+n]({},e),this}},9208:e=>{"use strict";e.exports=function(e,n){return this.bind(e,(function(){}),n)}},1822:e=>{"use strict";e.exports=function(){this.instances.forEach((function(e){e.reset()}))}},6770:(e,n,t)=>{"use strict";e.exports=function(e){var n,r;if(n=t(4766),r=t(5295),"keypress"===e.type){var o=String.fromCharCode(e.which);return e.shiftKey||(o=o.toLowerCase()),o}return void 0!==n[e.which]?n[e.which]:void 0!==r[e.which]?r[e.which]:String.fromCharCode(e.which).toLowerCase()}},4610:e=>{"use strict";e.exports=function(e){var n=[];return e.shiftKey&&n.push("shift"),e.altKey&&n.push("alt"),e.ctrlKey&&n.push("ctrl"),e.metaKey&&n.push("meta"),n}},8581:e=>{"use strict";e.exports=function(e){return"shift"===e||"ctrl"===e||"alt"===e||"meta"===e}},4520:e=>{"use strict";e.exports=function(e){return"+"===e?["+"]:e.split("+")}},1350:e=>{"use strict";e.exports=function(e){e.preventDefault?e.preventDefault():e.returnValue=!1}},5355:e=>{"use strict";e.exports={"~":"`","!":"1","@":"2","#":"3",$:"4","%":"5","^":"6","&":"7","*":"8","(":"9",")":"0",_:"-","+":"=",":":";",'"':"'","<":",",">":".","?":"/","|":"\\"}},7549:e=>{"use strict";e.exports={option:"alt",command:"meta",return:"enter",escape:"esc",mod:/Mac|iPod|iPhone|iPad/.test(navigator.platform)?"meta":"ctrl"}},5295:e=>{"use strict";e.exports={106:"*",107:"plus",109:"minus",110:".",111:"/",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"}},4766:e=>{"use strict";e.exports={8:"backspace",9:"tab",13:"enter",16:"shift",17:"ctrl",18:"alt",20:"capslock",27:"esc",32:"space",33:"pageup",34:"pagedown",35:"end",36:"home",37:"left",38:"up",39:"right",40:"down",45:"ins",46:"del",91:"meta",93:"meta",173:"minus",187:"plus",189:"minus",224:"meta"};for(var n=1;n<20;++n)e.exports[111+n]="f"+n;for(n=0;n<=9;++n)e.exports[n+96]=n},6103:e=>{"use strict";e.exports=function(e){e.stopPropagation?e.stopPropagation():e.cancelBubble=!0}},3362:()=>{var e;!function(){var e=Math.PI,n=2*e,t=e/180,r=document.createElement("div");document.head.appendChild(r);var o=self.ConicGradient=function(e){o.all.push(this),e=e||{},this.canvas=document.createElement("canvas"),this.context=this.canvas.getContext("2d"),this.repeating=!!e.repeating,this.size=e.size||Math.max(innerWidth,innerHeight),this.canvas.width=this.canvas.height=this.size;var n=e.stops;this.stops=(n||"").split(/\s*,(?![^(]*\))\s*/),this.from=0;for(var t=0;t0){var i=this.stops[0].clone();i.pos=0,this.stops.unshift(i)}if(void 0===this.stops[this.stops.length-1].pos)this.stops[this.stops.length-1].pos=1;else if(!this.repeating&&this.stops[this.stops.length-1].pos<1){var a=this.stops[this.stops.length-1].clone();a.pos=1,this.stops.push(a)}if(this.stops.forEach((function(e,n){if(void 0===e.pos){for(var t=n+1;this[t];t++)if(void 0!==this[t].pos){e.pos=this[n-1].pos+(this[t].pos-this[n-1].pos)/(t-n+1);break}}else n>0&&(e.pos=Math.max(e.pos,this[n-1].pos))}),this.stops),this.repeating){var l=(n=this.stops.slice())[n.length-1].pos-n[0].pos;for(t=0;this.stops[this.stops.length-1].pos<1&&t<1e4;t++)for(var c=0;c'},get png(){return this.canvas.toDataURL()},get r(){return Math.sqrt(2)*this.size/2},paint:function(){var e,n,r,o=this.context,i=this.r,a=this.size/2,l=0,c=this.stops[l];o.translate(this.size/2,this.size/2),o.rotate(-90*t),o.rotate(this.from*t),o.translate(-this.size/2,-this.size/2);for(var u=0;u<360;){if(u/360+1e-5>=c.pos){do{e=c,l++,c=this.stops[l]}while(c&&c!=e&&c.pos===e.pos);if(!c)break;var s=e.color+""==c.color+""&&e!=c;n=e.color.map((function(e,n){return c.color[n]-e}))}r=(u/360-e.pos)/(c.pos-e.pos);var f=s?c.color:n.map((function(n,t){var o=n*r+e.color[t];return t<3?255&o:o}));if(o.fillStyle="rgba("+f.join(",")+")",o.beginPath(),o.moveTo(a,a),s)var p=360*(c.pos-e.pos);else p=.5;var d=u*t,h=(d=Math.min(360*t,d))+p*t;h=Math.min(360*t,h+.02),o.arc(a,a,i,d,h),o.closePath(),o.fill(),u+=p}}},o.ColorStop=function(e,t){if(this.gradient=e,t){var r=t.match(/^(.+?)(?:\s+([\d.]+)(%|deg|turn|grad|rad)?)?(?:\s+([\d.]+)(%|deg|turn|grad|rad)?)?\s*$/);if(this.color=o.ColorStop.colorToRGBA(r[1]),r[2]){var i=r[3];"%"==i||"0"===r[2]&&!i?this.pos=r[2]/100:"turn"==i?this.pos=+r[2]:"deg"==i?this.pos=r[2]/360:"grad"==i?this.pos=r[2]/400:"rad"==i&&(this.pos=r[2]/n)}r[4]&&(this.next=new o.ColorStop(e,r[1]+" "+r[4]+r[5]))}},o.ColorStop.prototype={clone:function(){var e=new o.ColorStop(this.gradient);return e.color=this.color,e.pos=this.pos,e},toString:function(){return"rgba("+this.color.join(", ")+") "+100*this.pos+"%"}},o.ColorStop.colorToRGBA=function(e){if(!Array.isArray(e)&&-1==e.indexOf("from")){r.style.color=e;var n=getComputedStyle(r).color.match(/rgba?\(([\d.]+), ([\d.]+), ([\d.]+)(?:, ([\d.]+))?\)/);return n&&(n.shift(),(n=n.map((function(e){return+e})))[3]=isNaN(n[3])?1:n[3]),n||[0,0,0,0]}return e}}(),self.StyleFix&&((e=document.createElement("p")).style.backgroundImage="conic-gradient(white, black)",e.style.backgroundImage=PrefixFree.prefix+"conic-gradient(white, black)",e.style.backgroundImage||StyleFix.register((function(e,n){return e.indexOf("conic-gradient")>-1&&(e=e.replace(/(?:repeating-)?conic-gradient\(\s*((?:\([^()]+\)|[^;()}])+?)\)/g,(function(e,n){return new ConicGradient({stops:n,repeating:e.indexOf("repeating-")>-1})}))),e})))},9662:(e,n,t)=>{var r=t(7854),o=t(614),i=t(6330),a=r.TypeError;e.exports=function(e){if(o(e))return e;throw a(i(e)+" is not a function")}},9483:(e,n,t)=>{var r=t(7854),o=t(4411),i=t(6330),a=r.TypeError;e.exports=function(e){if(o(e))return e;throw a(i(e)+" is not a constructor")}},6077:(e,n,t)=>{var r=t(7854),o=t(614),i=r.String,a=r.TypeError;e.exports=function(e){if("object"==typeof e||o(e))return e;throw a("Can't set "+i(e)+" as a prototype")}},1223:(e,n,t)=>{var r=t(5112),o=t(30),i=t(3070),a=r("unscopables"),l=Array.prototype;null==l[a]&&i.f(l,a,{configurable:!0,value:o(null)}),e.exports=function(e){l[a][e]=!0}},1530:(e,n,t)=>{"use strict";var r=t(8710).charAt;e.exports=function(e,n,t){return n+(t?r(e,n).length:1)}},5787:(e,n,t)=>{var r=t(7854),o=t(7976),i=r.TypeError;e.exports=function(e,n){if(o(n,e))return e;throw i("Incorrect invocation")}},9670:(e,n,t)=>{var r=t(7854),o=t(111),i=r.String,a=r.TypeError;e.exports=function(e){if(o(e))return e;throw a(i(e)+" is not an object")}},7556:(e,n,t)=>{var r=t(7293);e.exports=r((function(){if("function"==typeof ArrayBuffer){var e=new ArrayBuffer(8);Object.isExtensible(e)&&Object.defineProperty(e,"a",{value:8})}}))},8533:(e,n,t)=>{"use strict";var r=t(2092).forEach,o=t(9341)("forEach");e.exports=o?[].forEach:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}},8457:(e,n,t)=>{"use strict";var r=t(7854),o=t(9974),i=t(6916),a=t(7908),l=t(3411),c=t(7659),u=t(4411),s=t(6244),f=t(6135),p=t(8554),d=t(1246),h=r.Array;e.exports=function(e){var n=a(e),t=u(this),r=arguments.length,g=r>1?arguments[1]:void 0,v=void 0!==g;v&&(g=o(g,r>2?arguments[2]:void 0));var A,b,m,y,E,_,C=d(n),w=0;if(!C||this==h&&c(C))for(A=s(n),b=t?new this(A):h(A);A>w;w++)_=v?g(n[w],w):n[w],f(b,w,_);else for(E=(y=p(n,C)).next,b=t?new this:[];!(m=i(E,y)).done;w++)_=v?l(y,g,[m.value,w],!0):m.value,f(b,w,_);return b.length=w,b}},1318:(e,n,t)=>{var r=t(5656),o=t(1400),i=t(6244),a=function(e){return function(n,t,a){var l,c=r(n),u=i(c),s=o(a,u);if(e&&t!=t){for(;u>s;)if((l=c[s++])!=l)return!0}else for(;u>s;s++)if((e||s in c)&&c[s]===t)return e||s||0;return!e&&-1}};e.exports={includes:a(!0),indexOf:a(!1)}},2092:(e,n,t)=>{var r=t(9974),o=t(1702),i=t(8361),a=t(7908),l=t(6244),c=t(5417),u=o([].push),s=function(e){var n=1==e,t=2==e,o=3==e,s=4==e,f=6==e,p=7==e,d=5==e||f;return function(h,g,v,A){for(var b,m,y=a(h),E=i(y),_=r(g,v),C=l(E),w=0,x=A||c,k=n?x(h,C):t||p?x(h,0):void 0;C>w;w++)if((d||w in E)&&(m=_(b=E[w],w,y),e))if(n)k[w]=m;else if(m)switch(e){case 3:return!0;case 5:return b;case 6:return w;case 2:u(k,b)}else switch(e){case 4:return!1;case 7:u(k,b)}return f?-1:o||s?s:k}};e.exports={forEach:s(0),map:s(1),filter:s(2),some:s(3),every:s(4),find:s(5),findIndex:s(6),filterReject:s(7)}},1194:(e,n,t)=>{var r=t(7293),o=t(5112),i=t(7392),a=o("species");e.exports=function(e){return i>=51||!r((function(){var n=[];return(n.constructor={})[a]=function(){return{foo:1}},1!==n[e](Boolean).foo}))}},9341:(e,n,t)=>{"use strict";var r=t(7293);e.exports=function(e,n){var t=[][e];return!!t&&r((function(){t.call(null,n||function(){throw 1},1)}))}},3671:(e,n,t)=>{var r=t(7854),o=t(9662),i=t(7908),a=t(8361),l=t(6244),c=r.TypeError,u=function(e){return function(n,t,r,u){o(t);var s=i(n),f=a(s),p=l(s),d=e?p-1:0,h=e?-1:1;if(r<2)for(;;){if(d in f){u=f[d],d+=h;break}if(d+=h,e?d<0:p<=d)throw c("Reduce of empty array with no initial value")}for(;e?d>=0:p>d;d+=h)d in f&&(u=t(u,f[d],d,s));return u}};e.exports={left:u(!1),right:u(!0)}},206:(e,n,t)=>{var r=t(1702);e.exports=r([].slice)},4362:(e,n,t)=>{var r=t(206),o=Math.floor,i=function(e,n){var t=e.length,c=o(t/2);return t<8?a(e,n):l(e,i(r(e,0,c),n),i(r(e,c),n),n)},a=function(e,n){for(var t,r,o=e.length,i=1;i0;)e[r]=e[--r];r!==i++&&(e[r]=t)}return e},l=function(e,n,t,r){for(var o=n.length,i=t.length,a=0,l=0;a{var r=t(7854),o=t(3157),i=t(4411),a=t(111),l=t(5112)("species"),c=r.Array;e.exports=function(e){var n;return o(e)&&(n=e.constructor,(i(n)&&(n===c||o(n.prototype))||a(n)&&null===(n=n[l]))&&(n=void 0)),void 0===n?c:n}},5417:(e,n,t)=>{var r=t(7475);e.exports=function(e,n){return new(r(e))(0===n?0:n)}},3411:(e,n,t)=>{var r=t(9670),o=t(9212);e.exports=function(e,n,t,i){try{return i?n(r(t)[0],t[1]):n(t)}catch(n){o(e,"throw",n)}}},7072:(e,n,t)=>{var r=t(5112)("iterator"),o=!1;try{var i=0,a={next:function(){return{done:!!i++}},return:function(){o=!0}};a[r]=function(){return this},Array.from(a,(function(){throw 2}))}catch(e){}e.exports=function(e,n){if(!n&&!o)return!1;var t=!1;try{var i={};i[r]=function(){return{next:function(){return{done:t=!0}}}},e(i)}catch(e){}return t}},4326:(e,n,t)=>{var r=t(1702),o=r({}.toString),i=r("".slice);e.exports=function(e){return i(o(e),8,-1)}},648:(e,n,t)=>{var r=t(7854),o=t(1694),i=t(614),a=t(4326),l=t(5112)("toStringTag"),c=r.Object,u="Arguments"==a(function(){return arguments}());e.exports=o?a:function(e){var n,t,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(t=function(e,n){try{return e[n]}catch(e){}}(n=c(e),l))?t:u?a(n):"Object"==(r=a(n))&&i(n.callee)?"Arguments":r}},5631:(e,n,t)=>{"use strict";var r=t(3070).f,o=t(30),i=t(2248),a=t(9974),l=t(5787),c=t(408),u=t(654),s=t(6340),f=t(9781),p=t(2423).fastKey,d=t(9909),h=d.set,g=d.getterFor;e.exports={getConstructor:function(e,n,t,u){var s=e((function(e,r){l(e,d),h(e,{type:n,index:o(null),first:void 0,last:void 0,size:0}),f||(e.size=0),null!=r&&c(r,e[u],{that:e,AS_ENTRIES:t})})),d=s.prototype,v=g(n),A=function(e,n,t){var r,o,i=v(e),a=b(e,n);return a?a.value=t:(i.last=a={index:o=p(n,!0),key:n,value:t,previous:r=i.last,next:void 0,removed:!1},i.first||(i.first=a),r&&(r.next=a),f?i.size++:e.size++,"F"!==o&&(i.index[o]=a)),e},b=function(e,n){var t,r=v(e),o=p(n);if("F"!==o)return r.index[o];for(t=r.first;t;t=t.next)if(t.key==n)return t};return i(d,{clear:function(){for(var e=v(this),n=e.index,t=e.first;t;)t.removed=!0,t.previous&&(t.previous=t.previous.next=void 0),delete n[t.index],t=t.next;e.first=e.last=void 0,f?e.size=0:this.size=0},delete:function(e){var n=this,t=v(n),r=b(n,e);if(r){var o=r.next,i=r.previous;delete t.index[r.index],r.removed=!0,i&&(i.next=o),o&&(o.previous=i),t.first==r&&(t.first=o),t.last==r&&(t.last=i),f?t.size--:n.size--}return!!r},forEach:function(e){for(var n,t=v(this),r=a(e,arguments.length>1?arguments[1]:void 0);n=n?n.next:t.first;)for(r(n.value,n.key,this);n&&n.removed;)n=n.previous},has:function(e){return!!b(this,e)}}),i(d,t?{get:function(e){var n=b(this,e);return n&&n.value},set:function(e,n){return A(this,0===e?0:e,n)}}:{add:function(e){return A(this,e=0===e?0:e,e)}}),f&&r(d,"size",{get:function(){return v(this).size}}),s},setStrong:function(e,n,t){var r=n+" Iterator",o=g(n),i=g(r);u(e,n,(function(e,n){h(this,{type:r,target:e,state:o(e),kind:n,last:void 0})}),(function(){for(var e=i(this),n=e.kind,t=e.last;t&&t.removed;)t=t.previous;return e.target&&(e.last=t=t?t.next:e.state.first)?"keys"==n?{value:t.key,done:!1}:"values"==n?{value:t.value,done:!1}:{value:[t.key,t.value],done:!1}:(e.target=void 0,{value:void 0,done:!0})}),t?"entries":"values",!t,!0),s(n)}}},9320:(e,n,t)=>{"use strict";var r=t(1702),o=t(2248),i=t(2423).getWeakData,a=t(9670),l=t(111),c=t(5787),u=t(408),s=t(2092),f=t(2597),p=t(9909),d=p.set,h=p.getterFor,g=s.find,v=s.findIndex,A=r([].splice),b=0,m=function(e){return e.frozen||(e.frozen=new y)},y=function(){this.entries=[]},E=function(e,n){return g(e.entries,(function(e){return e[0]===n}))};y.prototype={get:function(e){var n=E(this,e);if(n)return n[1]},has:function(e){return!!E(this,e)},set:function(e,n){var t=E(this,e);t?t[1]=n:this.entries.push([e,n])},delete:function(e){var n=v(this.entries,(function(n){return n[0]===e}));return~n&&A(this.entries,n,1),!!~n}},e.exports={getConstructor:function(e,n,t,r){var s=e((function(e,o){c(e,p),d(e,{type:n,id:b++,frozen:void 0}),null!=o&&u(o,e[r],{that:e,AS_ENTRIES:t})})),p=s.prototype,g=h(n),v=function(e,n,t){var r=g(e),o=i(a(n),!0);return!0===o?m(r).set(n,t):o[r.id]=t,e};return o(p,{delete:function(e){var n=g(this);if(!l(e))return!1;var t=i(e);return!0===t?m(n).delete(e):t&&f(t,n.id)&&delete t[n.id]},has:function(e){var n=g(this);if(!l(e))return!1;var t=i(e);return!0===t?m(n).has(e):t&&f(t,n.id)}}),o(p,t?{get:function(e){var n=g(this);if(l(e)){var t=i(e);return!0===t?m(n).get(e):t?t[n.id]:void 0}},set:function(e,n){return v(this,e,n)}}:{add:function(e){return v(this,e,!0)}}),s}}},7710:(e,n,t)=>{"use strict";var r=t(2109),o=t(7854),i=t(1702),a=t(4705),l=t(1320),c=t(2423),u=t(408),s=t(5787),f=t(614),p=t(111),d=t(7293),h=t(7072),g=t(8003),v=t(9587);e.exports=function(e,n,t){var A=-1!==e.indexOf("Map"),b=-1!==e.indexOf("Weak"),m=A?"set":"add",y=o[e],E=y&&y.prototype,_=y,C={},w=function(e){var n=i(E[e]);l(E,e,"add"==e?function(e){return n(this,0===e?0:e),this}:"delete"==e?function(e){return!(b&&!p(e))&&n(this,0===e?0:e)}:"get"==e?function(e){return b&&!p(e)?void 0:n(this,0===e?0:e)}:"has"==e?function(e){return!(b&&!p(e))&&n(this,0===e?0:e)}:function(e,t){return n(this,0===e?0:e,t),this})};if(a(e,!f(y)||!(b||E.forEach&&!d((function(){(new y).entries().next()})))))_=t.getConstructor(n,e,A,m),c.enable();else if(a(e,!0)){var x=new _,k=x[m](b?{}:-0,1)!=x,S=d((function(){x.has(1)})),O=h((function(e){new y(e)})),B=!b&&d((function(){for(var e=new y,n=5;n--;)e[m](n,n);return!e.has(-0)}));O||((_=n((function(e,n){s(e,E);var t=v(new y,e,_);return null!=n&&u(n,t[m],{that:t,AS_ENTRIES:A}),t}))).prototype=E,E.constructor=_),(S||B)&&(w("delete"),w("has"),A&&w("get")),(B||k)&&w(m),b&&E.clear&&delete E.clear}return C[e]=_,r({global:!0,forced:_!=y},C),g(_,e),b||t.setStrong(_,e,A),_}},9920:(e,n,t)=>{var r=t(2597),o=t(3887),i=t(1236),a=t(3070);e.exports=function(e,n){for(var t=o(n),l=a.f,c=i.f,u=0;u{var r=t(5112)("match");e.exports=function(e){var n=/./;try{"/./"[e](n)}catch(t){try{return n[r]=!1,"/./"[e](n)}catch(e){}}return!1}},8544:(e,n,t)=>{var r=t(7293);e.exports=!r((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},4230:(e,n,t)=>{var r=t(1702),o=t(4488),i=t(1340),a=/"/g,l=r("".replace);e.exports=function(e,n,t,r){var c=i(o(e)),u="<"+n;return""!==t&&(u+=" "+t+'="'+l(i(r),a,""")+'"'),u+">"+c+""}},4994:(e,n,t)=>{"use strict";var r=t(3383).IteratorPrototype,o=t(30),i=t(9114),a=t(8003),l=t(7497),c=function(){return this};e.exports=function(e,n,t){var u=n+" Iterator";return e.prototype=o(r,{next:i(1,t)}),a(e,u,!1,!0),l[u]=c,e}},8880:(e,n,t)=>{var r=t(9781),o=t(3070),i=t(9114);e.exports=r?function(e,n,t){return o.f(e,n,i(1,t))}:function(e,n,t){return e[n]=t,e}},9114:e=>{e.exports=function(e,n){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:n}}},6135:(e,n,t)=>{"use strict";var r=t(4948),o=t(3070),i=t(9114);e.exports=function(e,n,t){var a=r(n);a in e?o.f(e,a,i(0,t)):e[a]=t}},8709:(e,n,t)=>{"use strict";var r=t(7854),o=t(9670),i=t(2140),a=r.TypeError;e.exports=function(e){if(o(this),"string"===e||"default"===e)e="string";else if("number"!==e)throw a("Incorrect hint");return i(this,e)}},654:(e,n,t)=>{"use strict";var r=t(2109),o=t(6916),i=t(1913),a=t(6530),l=t(614),c=t(4994),u=t(9518),s=t(7674),f=t(8003),p=t(8880),d=t(1320),h=t(5112),g=t(7497),v=t(3383),A=a.PROPER,b=a.CONFIGURABLE,m=v.IteratorPrototype,y=v.BUGGY_SAFARI_ITERATORS,E=h("iterator"),_="keys",C="values",w="entries",x=function(){return this};e.exports=function(e,n,t,a,h,v,k){c(t,n,a);var S,O,B,I=function(e){if(e===h&&R)return R;if(!y&&e in j)return j[e];switch(e){case _:case C:case w:return function(){return new t(this,e)}}return function(){return new t(this)}},T=n+" Iterator",P=!1,j=e.prototype,z=j[E]||j["@@iterator"]||h&&j[h],R=!y&&z||I(h),M="Array"==n&&j.entries||z;if(M&&(S=u(M.call(new e)))!==Object.prototype&&S.next&&(i||u(S)===m||(s?s(S,m):l(S[E])||d(S,E,x)),f(S,T,!0,!0),i&&(g[T]=x)),A&&h==C&&z&&z.name!==C&&(!i&&b?p(j,"name",C):(P=!0,R=function(){return o(z,this)})),h)if(O={values:I(C),keys:v?R:I(_),entries:I(w)},k)for(B in O)(y||P||!(B in j))&&d(j,B,O[B]);else r({target:n,proto:!0,forced:y||P},O);return i&&!k||j[E]===R||d(j,E,R,{name:h}),g[n]=R,O}},7235:(e,n,t)=>{var r=t(857),o=t(2597),i=t(6061),a=t(3070).f;e.exports=function(e){var n=r.Symbol||(r.Symbol={});o(n,e)||a(n,e,{value:i.f(e)})}},9781:(e,n,t)=>{var r=t(7293);e.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},317:(e,n,t)=>{var r=t(7854),o=t(111),i=r.document,a=o(i)&&o(i.createElement);e.exports=function(e){return a?i.createElement(e):{}}},8324:e=>{e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},8509:(e,n,t)=>{var r=t(317)("span").classList,o=r&&r.constructor&&r.constructor.prototype;e.exports=o===Object.prototype?void 0:o},8886:(e,n,t)=>{var r=t(8113).match(/firefox\/(\d+)/i);e.exports=!!r&&+r[1]},256:(e,n,t)=>{var r=t(8113);e.exports=/MSIE|Trident/.test(r)},5268:(e,n,t)=>{var r=t(4326),o=t(7854);e.exports="process"==r(o.process)},8113:(e,n,t)=>{var r=t(5005);e.exports=r("navigator","userAgent")||""},7392:(e,n,t)=>{var r,o,i=t(7854),a=t(8113),l=i.process,c=i.Deno,u=l&&l.versions||c&&c.version,s=u&&u.v8;s&&(o=(r=s.split("."))[0]>0&&r[0]<4?1:+(r[0]+r[1])),!o&&a&&(!(r=a.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=a.match(/Chrome\/(\d+)/))&&(o=+r[1]),e.exports=o},8008:(e,n,t)=>{var r=t(8113).match(/AppleWebKit\/(\d+)\./);e.exports=!!r&&+r[1]},748:e=>{e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},2109:(e,n,t)=>{var r=t(7854),o=t(1236).f,i=t(8880),a=t(1320),l=t(3505),c=t(9920),u=t(4705);e.exports=function(e,n){var t,s,f,p,d,h=e.target,g=e.global,v=e.stat;if(t=g?r:v?r[h]||l(h,{}):(r[h]||{}).prototype)for(s in n){if(p=n[s],f=e.noTargetGet?(d=o(t,s))&&d.value:t[s],!u(g?s:h+(v?".":"#")+s,e.forced)&&void 0!==f){if(typeof p==typeof f)continue;c(p,f)}(e.sham||f&&f.sham)&&i(p,"sham",!0),a(t,s,p,e)}}},7293:e=>{e.exports=function(e){try{return!!e()}catch(e){return!0}}},7007:(e,n,t)=>{"use strict";t(4916);var r=t(1702),o=t(1320),i=t(2261),a=t(7293),l=t(5112),c=t(8880),u=l("species"),s=RegExp.prototype;e.exports=function(e,n,t,f){var p=l(e),d=!a((function(){var n={};return n[p]=function(){return 7},7!=""[e](n)})),h=d&&!a((function(){var n=!1,t=/a/;return"split"===e&&((t={}).constructor={},t.constructor[u]=function(){return t},t.flags="",t[p]=/./[p]),t.exec=function(){return n=!0,null},t[p](""),!n}));if(!d||!h||t){var g=r(/./[p]),v=n(p,""[e],(function(e,n,t,o,a){var l=r(e),c=n.exec;return c===i||c===s.exec?d&&!a?{done:!0,value:g(n,t,o)}:{done:!0,value:l(t,n,o)}:{done:!1}}));o(String.prototype,e,v[0]),o(s,p,v[1])}f&&c(s[p],"sham",!0)}},6677:(e,n,t)=>{var r=t(7293);e.exports=!r((function(){return Object.isExtensible(Object.preventExtensions({}))}))},2104:e=>{var n=Function.prototype,t=n.apply,r=n.bind,o=n.call;e.exports="object"==typeof Reflect&&Reflect.apply||(r?o.bind(t):function(){return o.apply(t,arguments)})},9974:(e,n,t)=>{var r=t(1702),o=t(9662),i=r(r.bind);e.exports=function(e,n){return o(e),void 0===n?e:i?i(e,n):function(){return e.apply(n,arguments)}}},7065:(e,n,t)=>{"use strict";var r=t(7854),o=t(1702),i=t(9662),a=t(111),l=t(2597),c=t(206),u=r.Function,s=o([].concat),f=o([].join),p={},d=function(e,n,t){if(!l(p,n)){for(var r=[],o=0;o{var n=Function.prototype.call;e.exports=n.bind?n.bind(n):function(){return n.apply(n,arguments)}},6530:(e,n,t)=>{var r=t(9781),o=t(2597),i=Function.prototype,a=r&&Object.getOwnPropertyDescriptor,l=o(i,"name"),c=l&&"something"===function(){}.name,u=l&&(!r||r&&a(i,"name").configurable);e.exports={EXISTS:l,PROPER:c,CONFIGURABLE:u}},1702:e=>{var n=Function.prototype,t=n.bind,r=n.call,o=t&&t.bind(r);e.exports=t?function(e){return e&&o(r,e)}:function(e){return e&&function(){return r.apply(e,arguments)}}},5005:(e,n,t)=>{var r=t(7854),o=t(614),i=function(e){return o(e)?e:void 0};e.exports=function(e,n){return arguments.length<2?i(r[e]):r[e]&&r[e][n]}},1246:(e,n,t)=>{var r=t(648),o=t(8173),i=t(7497),a=t(5112)("iterator");e.exports=function(e){if(null!=e)return o(e,a)||o(e,"@@iterator")||i[r(e)]}},8554:(e,n,t)=>{var r=t(7854),o=t(6916),i=t(9662),a=t(9670),l=t(6330),c=t(1246),u=r.TypeError;e.exports=function(e,n){var t=arguments.length<2?c(e):n;if(i(t))return a(o(t,e));throw u(l(e)+" is not iterable")}},8173:(e,n,t)=>{var r=t(9662);e.exports=function(e,n){var t=e[n];return null==t?void 0:r(t)}},647:(e,n,t)=>{var r=t(1702),o=t(7908),i=Math.floor,a=r("".charAt),l=r("".replace),c=r("".slice),u=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,s=/\$([$&'`]|\d{1,2})/g;e.exports=function(e,n,t,r,f,p){var d=t+e.length,h=r.length,g=s;return void 0!==f&&(f=o(f),g=u),l(p,g,(function(o,l){var u;switch(a(l,0)){case"$":return"$";case"&":return e;case"`":return c(n,0,t);case"'":return c(n,d);case"<":u=f[c(l,1,-1)];break;default:var s=+l;if(0===s)return o;if(s>h){var p=i(s/10);return 0===p?o:p<=h?void 0===r[p-1]?a(l,1):r[p-1]+a(l,1):o}u=r[s-1]}return void 0===u?"":u}))}},7854:(e,n,t)=>{var r=function(e){return e&&e.Math==Math&&e};e.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof t.g&&t.g)||function(){return this}()||Function("return this")()},2597:(e,n,t)=>{var r=t(1702),o=t(7908),i=r({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,n){return i(o(e),n)}},3501:e=>{e.exports={}},490:(e,n,t)=>{var r=t(5005);e.exports=r("document","documentElement")},4664:(e,n,t)=>{var r=t(9781),o=t(7293),i=t(317);e.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},8361:(e,n,t)=>{var r=t(7854),o=t(1702),i=t(7293),a=t(4326),l=r.Object,c=o("".split);e.exports=i((function(){return!l("z").propertyIsEnumerable(0)}))?function(e){return"String"==a(e)?c(e,""):l(e)}:l},9587:(e,n,t)=>{var r=t(614),o=t(111),i=t(7674);e.exports=function(e,n,t){var a,l;return i&&r(a=n.constructor)&&a!==t&&o(l=a.prototype)&&l!==t.prototype&&i(e,l),e}},2788:(e,n,t)=>{var r=t(1702),o=t(614),i=t(5465),a=r(Function.toString);o(i.inspectSource)||(i.inspectSource=function(e){return a(e)}),e.exports=i.inspectSource},2423:(e,n,t)=>{var r=t(2109),o=t(1702),i=t(3501),a=t(111),l=t(2597),c=t(3070).f,u=t(8006),s=t(1156),f=t(2050),p=t(9711),d=t(6677),h=!1,g=p("meta"),v=0,A=function(e){c(e,g,{value:{objectID:"O"+v++,weakData:{}}})},b=e.exports={enable:function(){b.enable=function(){},h=!0;var e=u.f,n=o([].splice),t={};t[g]=1,e(t).length&&(u.f=function(t){for(var r=e(t),o=0,i=r.length;o{var r,o,i,a=t(8536),l=t(7854),c=t(1702),u=t(111),s=t(8880),f=t(2597),p=t(5465),d=t(6200),h=t(3501),g="Object already initialized",v=l.TypeError,A=l.WeakMap;if(a||p.state){var b=p.state||(p.state=new A),m=c(b.get),y=c(b.has),E=c(b.set);r=function(e,n){if(y(b,e))throw new v(g);return n.facade=e,E(b,e,n),n},o=function(e){return m(b,e)||{}},i=function(e){return y(b,e)}}else{var _=d("state");h[_]=!0,r=function(e,n){if(f(e,_))throw new v(g);return n.facade=e,s(e,_,n),n},o=function(e){return f(e,_)?e[_]:{}},i=function(e){return f(e,_)}}e.exports={set:r,get:o,has:i,enforce:function(e){return i(e)?o(e):r(e,{})},getterFor:function(e){return function(n){var t;if(!u(n)||(t=o(n)).type!==e)throw v("Incompatible receiver, "+e+" required");return t}}}},7659:(e,n,t)=>{var r=t(5112),o=t(7497),i=r("iterator"),a=Array.prototype;e.exports=function(e){return void 0!==e&&(o.Array===e||a[i]===e)}},3157:(e,n,t)=>{var r=t(4326);e.exports=Array.isArray||function(e){return"Array"==r(e)}},614:e=>{e.exports=function(e){return"function"==typeof e}},4411:(e,n,t)=>{var r=t(1702),o=t(7293),i=t(614),a=t(648),l=t(5005),c=t(2788),u=function(){},s=[],f=l("Reflect","construct"),p=/^\s*(?:class|function)\b/,d=r(p.exec),h=!p.exec(u),g=function(e){if(!i(e))return!1;try{return f(u,s,e),!0}catch(e){return!1}};e.exports=!f||o((function(){var e;return g(g.call)||!g(Object)||!g((function(){e=!0}))||e}))?function(e){if(!i(e))return!1;switch(a(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return h||!!d(p,c(e))}:g},4705:(e,n,t)=>{var r=t(7293),o=t(614),i=/#|\.prototype\./,a=function(e,n){var t=c[l(e)];return t==s||t!=u&&(o(n)?r(n):!!n)},l=a.normalize=function(e){return String(e).replace(i,".").toLowerCase()},c=a.data={},u=a.NATIVE="N",s=a.POLYFILL="P";e.exports=a},111:(e,n,t)=>{var r=t(614);e.exports=function(e){return"object"==typeof e?null!==e:r(e)}},1913:e=>{e.exports=!1},7850:(e,n,t)=>{var r=t(111),o=t(4326),i=t(5112)("match");e.exports=function(e){var n;return r(e)&&(void 0!==(n=e[i])?!!n:"RegExp"==o(e))}},2190:(e,n,t)=>{var r=t(7854),o=t(5005),i=t(614),a=t(7976),l=t(3307),c=r.Object;e.exports=l?function(e){return"symbol"==typeof e}:function(e){var n=o("Symbol");return i(n)&&a(n.prototype,c(e))}},408:(e,n,t)=>{var r=t(7854),o=t(9974),i=t(6916),a=t(9670),l=t(6330),c=t(7659),u=t(6244),s=t(7976),f=t(8554),p=t(1246),d=t(9212),h=r.TypeError,g=function(e,n){this.stopped=e,this.result=n},v=g.prototype;e.exports=function(e,n,t){var r,A,b,m,y,E,_,C=t&&t.that,w=!(!t||!t.AS_ENTRIES),x=!(!t||!t.IS_ITERATOR),k=!(!t||!t.INTERRUPTED),S=o(n,C),O=function(e){return r&&d(r,"normal",e),new g(!0,e)},B=function(e){return w?(a(e),k?S(e[0],e[1],O):S(e[0],e[1])):k?S(e,O):S(e)};if(x)r=e;else{if(!(A=p(e)))throw h(l(e)+" is not iterable");if(c(A)){for(b=0,m=u(e);m>b;b++)if((y=B(e[b]))&&s(v,y))return y;return new g(!1)}r=f(e,A)}for(E=r.next;!(_=i(E,r)).done;){try{y=B(_.value)}catch(e){d(r,"throw",e)}if("object"==typeof y&&y&&s(v,y))return y}return new g(!1)}},9212:(e,n,t)=>{var r=t(6916),o=t(9670),i=t(8173);e.exports=function(e,n,t){var a,l;o(e);try{if(!(a=i(e,"return"))){if("throw"===n)throw t;return t}a=r(a,e)}catch(e){l=!0,a=e}if("throw"===n)throw t;if(l)throw a;return o(a),t}},3383:(e,n,t)=>{"use strict";var r,o,i,a=t(7293),l=t(614),c=t(30),u=t(9518),s=t(1320),f=t(5112),p=t(1913),d=f("iterator"),h=!1;[].keys&&("next"in(i=[].keys())?(o=u(u(i)))!==Object.prototype&&(r=o):h=!0),null==r||a((function(){var e={};return r[d].call(e)!==e}))?r={}:p&&(r=c(r)),l(r[d])||s(r,d,(function(){return this})),e.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:h}},7497:e=>{e.exports={}},6244:(e,n,t)=>{var r=t(7466);e.exports=function(e){return r(e.length)}},133:(e,n,t)=>{var r=t(7392),o=t(7293);e.exports=!!Object.getOwnPropertySymbols&&!o((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},8536:(e,n,t)=>{var r=t(7854),o=t(614),i=t(2788),a=r.WeakMap;e.exports=o(a)&&/native code/.test(i(a))},3929:(e,n,t)=>{var r=t(7854),o=t(7850),i=r.TypeError;e.exports=function(e){if(o(e))throw i("The method doesn't accept regular expressions");return e}},1574:(e,n,t)=>{"use strict";var r=t(9781),o=t(1702),i=t(6916),a=t(7293),l=t(1956),c=t(5181),u=t(5296),s=t(7908),f=t(8361),p=Object.assign,d=Object.defineProperty,h=o([].concat);e.exports=!p||a((function(){if(r&&1!==p({b:1},p(d({},"a",{enumerable:!0,get:function(){d(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},n={},t=Symbol(),o="abcdefghijklmnopqrst";return e[t]=7,o.split("").forEach((function(e){n[e]=e})),7!=p({},e)[t]||l(p({},n)).join("")!=o}))?function(e,n){for(var t=s(e),o=arguments.length,a=1,p=c.f,d=u.f;o>a;)for(var g,v=f(arguments[a++]),A=p?h(l(v),p(v)):l(v),b=A.length,m=0;b>m;)g=A[m++],r&&!i(d,v,g)||(t[g]=v[g]);return t}:p},30:(e,n,t)=>{var r,o=t(9670),i=t(6048),a=t(748),l=t(3501),c=t(490),u=t(317),s=t(6200),f=s("IE_PROTO"),p=function(){},d=function(e){return" + diff --git a/engineering/contributions/code-standards/index.html b/engineering/contributions/code-standards/index.html index 35eb1087..9a90e1aa 100644 --- a/engineering/contributions/code-standards/index.html +++ b/engineering/contributions/code-standards/index.html @@ -4,7 +4,7 @@ Code Standards | MTN MOMO Android SDK Documentation - + diff --git a/engineering/getting-started/developer-setup/index.html b/engineering/getting-started/developer-setup/index.html index b579ae27..74b396c4 100644 --- a/engineering/getting-started/developer-setup/index.html +++ b/engineering/getting-started/developer-setup/index.html @@ -4,7 +4,7 @@ Getting Started | MTN MOMO Android SDK Documentation - + diff --git a/engineering/getting-started/publishing-sdk/index.html b/engineering/getting-started/publishing-sdk/index.html index 84fce8d1..19c0a3c6 100644 --- a/engineering/getting-started/publishing-sdk/index.html +++ b/engineering/getting-started/publishing-sdk/index.html @@ -4,7 +4,7 @@ SDK Publishing | MTN MOMO Android SDK Documentation - + @@ -57,6 +57,10 @@

info
#SONATYPE_HOST=S01
#SONATYPE_HOST=CENTRAL_PORTAL
+
  • +

    Update your global gradle.properties found on ~/.gradle/gradle.properties with the correct authentication credentials.

    +
    warning

    Important Reminder: Both Sonatype OSS and Maven Central require tokens for authentication, so log in to the portals and generate the necessary tokens.

    +
  • Publishing Command

    To publish and release the SDK to Maven Central, run the following command in your terminal:

    @@ -90,6 +94,7 @@

    ReferencesSemantic Versioning
  • Dokka Documentation
  • Creating a Changelog
  • +
  • Best Practices for Publishing Java Libraries
  • By following these guidelines, you can effectively publish the MTN MOMO API SDK, ensuring that it is accessible and usable for developers looking to integrate mobile money services into their applications.

    diff --git a/engineering/getting-started/testing/index.html b/engineering/getting-started/testing/index.html index 2ee964d0..4e47ac4b 100644 --- a/engineering/getting-started/testing/index.html +++ b/engineering/getting-started/testing/index.html @@ -4,7 +4,7 @@ Code Testing | MTN MOMO Android SDK Documentation - + diff --git a/index.html b/index.html index 642f7b0e..bf638fcc 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ index | MTN MOMO Android SDK Documentation - + diff --git a/next/index.html b/next/index.html index f3c81282..9be39492 100644 --- a/next/index.html +++ b/next/index.html @@ -4,7 +4,7 @@ index | MTN MOMO Android SDK Documentation - + diff --git a/search/index.html b/search/index.html index 5abf8ea7..4ac10136 100644 --- a/search/index.html +++ b/search/index.html @@ -4,7 +4,7 @@ Search the documentation | MTN MOMO Android SDK Documentation - +