Sha256: c0ebf75c3efb836ca1bacdcef4a785ade736c21e887044882d855d61cf63e730
Contents?: true
Size: 1.47 KB
Versions: 2
Compression:
Stored size: 1.47 KB
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] **project_id** | **String** | Your project ID from your generated private key file. | [optional] **client_email** | **String** | Your client email from your generated private key file. | [optional] **private_key** | **String** | Your private key from your generated private key file. | [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, project_id: <project-id>, client_email: <client-email>, private_key: <private-key>, server_key: <server-key>, sender_id: <sender-id>, can_user_create_more_conversations: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sunshine-conversations-client-12.5.1 | docs/AndroidUpdate.md |
sunshine-conversations-client-12.4.0 | docs/AndroidUpdate.md |