# InstallStarted

object InstallStarted : [SharingResult](/developers/references/android/id-frak-sdk-ui/sharingresult/)

The user asked to install; the sheet took them to the wallet's install page, or to the store with no identity to hand it. Informational only — do not call [id.frak.sdk.AppLinkApi.openFrakApp](/developers/references/android/id-frak-sdk/applinkapi/openfrakapp/) again in response, and it doesn't mean anything was installed.

## Properties

| Name | Summary |
|---|---|
| [kind](/developers/references/android/id-frak-sdk-ui/sharingresult/installstarted/kind/) | open override val [kind](/developers/references/android/id-frak-sdk-ui/sharingresult/installstarted/kind/): [SharingResult.Kind](/developers/references/android/id-frak-sdk-ui/sharingresult/kind/)<br>Stable discriminator, one per arm. A `when` over [Kind](/developers/references/android/id-frak-sdk-ui/sharingresult/kind/) with an `else` survives a new arm; a `when` over the hierarchy does not. [Kind.wireValue](/developers/references/android/id-frak-sdk-ui/sharingresult/kind/wirevalue/) is spelled identically on iOS. |