public static final class WindowsKioskUWPApp.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
WindowsKioskUWPApp.Builder |
appId(String appId)
“This references an Intune App that will be target to the same assignments as
Kiosk configuration”
|
WindowsKioskUWPApp.Builder |
appType(WindowsKioskAppType appType) |
WindowsKioskUWPApp.Builder |
appUserModelId(String appUserModelId)
“This is the only Application User Model ID (AUMID) that will be available to
launch use while in Kiosk Mode”
|
WindowsKioskUWPApp.Builder |
autoLaunch(Boolean autoLaunch) |
WindowsKioskUWPApp |
build() |
WindowsKioskUWPApp.Builder |
containedAppId(String containedAppId)
“This references an contained App from an Intune App”
|
WindowsKioskUWPApp.Builder |
name(String name) |
WindowsKioskUWPApp.Builder |
startLayoutTileSize(WindowsAppStartLayoutTileSize startLayoutTileSize) |
public WindowsKioskUWPApp.Builder startLayoutTileSize(WindowsAppStartLayoutTileSize startLayoutTileSize)
public WindowsKioskUWPApp.Builder name(String name)
public WindowsKioskUWPApp.Builder appType(WindowsKioskAppType appType)
public WindowsKioskUWPApp.Builder autoLaunch(Boolean autoLaunch)
public WindowsKioskUWPApp.Builder appUserModelId(String appUserModelId)
appUserModelId - value of appUserModelId property (as defined in service metadata)this (for method chaining)public WindowsKioskUWPApp.Builder appId(String appId)
appId - value of appId property (as defined in service metadata)this (for method chaining)public WindowsKioskUWPApp.Builder containedAppId(String containedAppId)
containedAppId - value of containedAppId property (as defined in service metadata)this (for method chaining)public WindowsKioskUWPApp build()
Copyright © 2018–2020. All rights reserved.