//Granify Android SDK/com.granifyinc.granifysdk.models/SliderMargins/SliderMargins
SliderMargins
[androidJvm]
constructor(parcel: Parcel)
[androidJvm]
constructor(left: Int, top: Int, right: Int, bottom: Int)
Parameters
androidJvm
left | Distance in pixels from the left side of the screen that a slider should not occupy. |
top | Distance in pixels from the top of the screen that a slider should not occupy. |
right | Distance in pixels from the right side of the screen that a slider should not occupy. |
bottom | Distance in pixels from the bottom of the screen that a slider should not occupy. |