Sha256: 3798b3fa7e5b6ff92610bef51e7287561b8c6c0c6afb9126faedf20a4e17632b

Contents?: true

Size: 1.89 KB

Versions: 9

Compression:

Stored size: 1.89 KB

Contents

# SunshineConversationsClient::AndroidUpdate

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**display_name** | **String** | A human-friendly name used to identify the integration. `displayName` can be unset by changing it to `null`. | [optional] 
**default_responder_id** | **String** | The default responder ID for the integration. This is the ID of the responder that will be used to send messages to the user. For more information, refer to <a href=\"https://docs.smooch.io/guide/switchboard/#per-channel-default-responder\">Per-channel default responder</a> guide.  | [optional] 
**project_id** | **String** | Your project ID from your generated private key file. | [optional] 
**client_email** | **String** | Your client email from your generated private key file. | [optional] 
**private_key** | **String** | Your private key from your generated private key file. | [optional] 
**server_key** | **String** | Your server key from the fcm console. | [optional] 
**sender_id** | **String** | Your sender id from the fcm console. | [optional] 
**can_user_create_more_conversations** | **Boolean** | Allows users to create more than one conversation on the android integration. | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::AndroidUpdate.new(display_name: My awesome integration,
                                 default_responder_id: null,
                                 project_id: <project-id>,
                                 client_email: <client-email>,
                                 private_key: <private-key>,
                                 server_key: <server-key>,
                                 sender_id: <sender-id>,
                                 can_user_create_more_conversations: null)
```


Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
sunshine-conversations-client-14.0.0 docs/AndroidUpdate.md
sunshine-conversations-client-13.2.0 docs/AndroidUpdate.md
sunshine-conversations-client-13.1.0 docs/AndroidUpdate.md
sunshine-conversations-client-13.0.0 docs/AndroidUpdate.md
sunshine-conversations-client-12.8.0 docs/AndroidUpdate.md
sunshine-conversations-client-12.7.0 docs/AndroidUpdate.md
sunshine-conversations-client-12.6.2 docs/AndroidUpdate.md
sunshine-conversations-client-12.6.1 docs/AndroidUpdate.md
sunshine-conversations-client-12.6.0 docs/AndroidUpdate.md