Sha256: 6a8fd1bacd02066b634843b2c726c4a622fb7c4661b08a0c98388029f93b7a29
Contents?: true
Size: 469 Bytes
Versions: 4
Compression:
Stored size: 469 Bytes
Contents
module Appium module Core module Device module BatteryStatus ANDROID = [ :undefined, # 0, dummy :unknown, # 1 :charging, # 2 :discharging, # 3 :not_charging, # 4 :full # 5 ].freeze IOS = [ :unknown, # 0 :unplugged, # 1 :charging, # 2 :full # 3 ].freeze end end end end
Version data entries
4 entries across 4 versions & 1 rubygems