Sha256: 55b92ec6b7061fa83d1339fa71037f2b43a14973b020bc11929492adce2b7103

Contents?: true

Size: 1.29 KB

Versions: 23

Compression:

Stored size: 1.29 KB

Contents

# SunshineConversationsClient::Android

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | To configure an android integration, first visit the [Firebase Console](https://console.firebase.google.com/). Copy the `serverKey` and `senderId` from the Cloud Messaging tab in the settings of your project and call the create integrations endpoint with this data. If you would like to continue using your legacy GCM `serverKey` you can also obtain it from the [Google Developer Console](https://console.developers.google.com/).  | [optional] [default to 'android']
**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::Android.new(type: null,
                                 server_key: <server-key>,
                                 sender_id: <sender-id>,
                                 can_user_create_more_conversations: null)
```


Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
sunshine-conversations-client-12.1.0 docs/Android.md
sunshine-conversations-client-12.0.0 docs/Android.md
sunshine-conversations-client-11.0.0 docs/Android.md
sunshine-conversations-client-10.0.1 docs/Android.md
sunshine-conversations-client-10.0.0 docs/Android.md
sunshine-conversations-client-9.15.0 docs/Android.md
sunshine-conversations-client-9.14.1 docs/Android.md
sunshine-conversations-client-9.14.0 docs/Android.md
sunshine-conversations-client-9.13.0 docs/Android.md
sunshine-conversations-client-9.12.0 docs/Android.md
sunshine-conversations-client-9.11.0 docs/Android.md
sunshine-conversations-client-9.10.0 docs/Android.md
sunshine-conversations-client-9.9.0 docs/Android.md
sunshine-conversations-client-9.8.0 docs/Android.md
sunshine-conversations-client-9.7.0 docs/Android.md
sunshine-conversations-client-9.6.0 docs/Android.md
sunshine-conversations-client-9.5.7 docs/Android.md
sunshine-conversations-client-9.5.6 docs/Android.md
sunshine-conversations-client-9.4.6 docs/Android.md
sunshine-conversations-client-9.4.5 docs/Android.md