# FrakSharingDefaults

object FrakSharingDefaults

Tunable defaults for [FrakSharing](/developers/references/android/id-frak-sdk-ui/fraksharing/).

## Properties

| Name | Summary |
|---|---|
| [HEIGHT_FRACTION](/developers/references/android/id-frak-sdk-ui/fraksharingdefaults/height_fraction/) | val [HEIGHT_FRACTION](/developers/references/android/id-frak-sdk-ui/fraksharingdefaults/height_fraction/): [Float](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-float/index.html) = 0.85f<br>Default fraction of the screen the sharing sheet takes. Not `const`: a `const val` would be inlined into the merchant's bytecode and frozen at their compile time. Mirrored on the other platform; keep both in step. |