Sha256: f70a4aabcdc0bc0d899ab454ae2f5b561dae6227807d6131b584d5f842ed6f25
Contents?: true
Size: 773 Bytes
Versions: 32
Compression:
Stored size: 773 Bytes
Contents
# SunshineConversationsClient::AndroidUpdateAllOf ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **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::AndroidUpdateAllOf.new(server_key: <server-key>, sender_id: <sender-id>, can_user_create_more_conversations: null) ```
Version data entries
32 entries across 32 versions & 1 rubygems