Method: SelfSDK::Services::Messaging#device_id

Defined in:
lib/services/messaging.rb

#device_idString

Gets the device id for the authenticated app.

Returns:

  • (String)

    device_id of the running app.

[View source]

69
70
71
# File 'lib/services/messaging.rb', line 69

def device_id
  @client.device_id
end