Sha256: 34eec374a01c6a7e6e4930ac610238aefef10834fe915534b8ff1bce3211d962

Contents?: true

Size: 899 Bytes

Versions: 5

Compression:

Stored size: 899 Bytes

Contents

# SunshineConversationsClient::AndroidAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The type of integration. | [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::AndroidAllOf.new(type: null,
                                 server_key: <server-key>,
                                 sender_id: <sender-id>,
                                 can_user_create_more_conversations: null)
```


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sunshine-conversations-client-9.4.1 docs/AndroidAllOf.md
sunshine-conversations-client-9.4.0 docs/AndroidAllOf.md
sunshine-conversations-client-9.3.0 docs/AndroidAllOf.md
sunshine-conversations-client-9.2.0 docs/AndroidAllOf.md
sunshine-conversations-client-9.1.1 docs/AndroidAllOf.md