dictOS: List valid OS versions

Description Usage Author(s) See Also Examples

Description

Fetch list of OS versions.

Usage

1

Author(s)

John Coene jcoenep@gmail.com

See Also

orionOAuth, createAudience

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## Not run: 
# authenticate
orionOAuth(client.id = 0000,
           client.secret = "0x00000000x00x0x000xxx0000x0xx0")
           
# dict os versions
versions <- dictOS()

# create audience
createAudience(body = list(
               audience_template_name = "target android >= 3.0",
               min_device_os = versions[versions$value == "3.0", ]
               ))

## End(Not run)

JohnCoene/oRion documentation built on June 13, 2019, 12:44 p.m.