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-9.4.4 docs/Android.md
sunshine-conversations-client-9.4.3 docs/Android.md
sunshine-conversations-client-9.4.2 docs/Android.md