| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
IosAlert |
build() |
IosAlert.Builder |
setActionLocKey(String action_loc_key) |
IosAlert.Builder |
setLaunchImage(String launch_image) |
IosAlert.Builder |
setLoc(String loc_key,
String... loc_args) |
IosAlert.Builder |
setTitleAndBody(String title,
String body) |
IosAlert.Builder |
setTitleLoc(String title_loc_key,
String... title_loc_args) |
public IosAlert.Builder setTitleAndBody(String title, String body)
public IosAlert.Builder setTitleLoc(String title_loc_key, String... title_loc_args)
public IosAlert.Builder setActionLocKey(String action_loc_key)
public IosAlert.Builder setLoc(String loc_key, String... loc_args)
public IosAlert.Builder setLaunchImage(String launch_image)
public IosAlert build()
Copyright © 2016. All Rights Reserved.