Sha256: 27968d7e919ec1c4a3e9e8e77cd2b240411e60f17cec64d0e8125d2b0f1beb30
Contents?: true
Size: 889 Bytes
Versions: 5
Compression:
Stored size: 889 Bytes
Contents
# SunshineConversationsClient::Android ## 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::Android.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