factory_const.go 94 B

12345
  1. package ultraviolet
  2. const PLATFORM_WEB = 0
  3. const PLATFORM_ANDROID = 1
  4. const PLATFORM_IOS = 2