Sha256: 8872e0cb98f8c77471e9590358e2b561b8adcbfe8b65d62ae0c82521abcd9e9a
Contents?: true
Size: 1.3 KB
Versions: 23
Compression:
Stored size: 1.3 KB
Contents
# SunshineConversationsClient::AndroidAllOf ## 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::AndroidAllOf.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