CheckRequest

data class CheckRequest(val device: Device, val app_id: String, val channel_name: String, val is_portals: Boolean)

A class representing the request body for a check update request.

Constructors

Link copied to clipboard
fun CheckRequest(device: Device, app_id: String, channel_name: String, is_portals: Boolean)

Properties

Link copied to clipboard

the ID for the application

Link copied to clipboard

the name of the channel to check for updates in

Link copied to clipboard

information about the device making the request

Link copied to clipboard

whether the application is using Ionic Portals

Link copied to clipboard
var manifest: Boolean = false

If the request should result in a manifest or zip download link if an update is available

Link copied to clipboard

The version of the Live Updates plugin