Class: RemoteDroid::Toast

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

Instance Method Summary collapse

Methods inherited from Service

#initialize

Constructor Details

This class inherits a constructor from RemoteDroid::Service

Instance Method Details

#invokeObject



431
432
433
# File 'lib/remotedroid.rb', line 431

def invoke()
  @callback.call :toast
end