Sha256: d7c227531794d55b56993c9be729fa6b4ce412f3c93eb912149632b98378b724
Contents?: true
Size: 1009 Bytes
Versions: 32
Compression:
Stored size: 1009 Bytes
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] **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, server_key: <server-key>, sender_id: <sender-id>, can_user_create_more_conversations: null) ```
Version data entries
32 entries across 32 versions & 1 rubygems