Class: Playwire::Command::Android

Inherits:
Object
  • Object
show all
Defined in:
lib/playwire.rb

Class Method Summary collapse

Class Method Details

.load_config_and_set_gam_app_id(publisher_id, app_id, user_manifest_path) ⇒ Object



18
19
20
21
22
23
24
# File 'lib/playwire.rb', line 18

def self.load_config_and_set_gam_app_id(publisher_id, app_id, user_manifest_path)
  Playwire::Android.new.load_config_and_set_gam_app_id(
    publisher_id,
    app_id, 
    user_manifest_path
  )
end