//Spheroid Script/spheroid.client.ui/Page
Page
See also Page in UI Guide
class Page
Constructors
| Name | Summary |
|---|---|
| <init> | fun <init>(title: String?, statusBarStyle: String?, navigationBarForegroundColor: Color?, navigationBarBackgroundColor: Color?, backgroundColor: Color?) |
Functions
| Name | Summary |
|---|---|
| back | fun back(back: Long?) |
| navigate | fun navigate() |
| toString | fun toString(): String |
Properties
| Name | Summary |
|---|---|
| backgroundColor | var backgroundColor: Color? |
| navigationBarBackgroundColor | var navigationBarBackgroundColor: Color? |
| navigationBarForegroundColor | var navigationBarForegroundColor: Color? |
| statusBarStyle | Available values: “white”, “black” var statusBarStyle: String? |
| title | var title: String? |