{"id":17044935,"url":"https://github.com/codenameone/intercomsupport","last_synced_at":"2025-03-23T02:29:26.411Z","repository":{"id":148684100,"uuid":"80663720","full_name":"codenameone/IntercomSupport","owner":"codenameone","description":"Integrates intercom.io into any Codename One application allowing the app to chat/track events","archived":false,"fork":false,"pushed_at":"2017-02-01T21:11:43.000Z","size":250,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-28T05:41:52.265Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.codenameone.com/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codenameone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-01T21:00:25.000Z","updated_at":"2020-07-08T09:57:22.000Z","dependencies_parsed_at":"2023-05-28T16:00:26.626Z","dependency_job_id":null,"html_url":"https://github.com/codenameone/IntercomSupport","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenameone%2FIntercomSupport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenameone%2FIntercomSupport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenameone%2FIntercomSupport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenameone%2FIntercomSupport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codenameone","download_url":"https://codeload.github.com/codenameone/IntercomSupport/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245047796,"owners_count":20552420,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T09:35:57.215Z","updated_at":"2025-03-23T02:29:26.388Z","avatar_url":"https://github.com/codenameone.png","language":"Java","readme":"# Codename One Intercom Support\n\n[Intercom.io](http://www.intercom.io) allows you to track \u0026 support users across multiple channels. At [Codename One](https://www.codenameone.com) we use it for support and customer communication so it's fitting we would add it to our apps so we can communicate better with developers in our demos as well.\n\nThis is modeled closely to the Android API for Intercom but we also derived some inspiration from the Cordova support. Currently push with intercom still isn't tested but it is something we hope to add as we move forward.\n\nThe test app included is a bit simplistic but the basic usage is:\n\n````java\nIntercom.init(\"AndroidAppKey\", \"IosAppKey\", \"AppId\");\nif(Intercom.getInstance() != null) {\n   Intercom.getInstance().registerIdentifiedUser(Registration.create().withEmail(usersEmail));\n}\n````\n\nYou can now start sending events and opening the messenger using standard API's such as:\n\n````java\nif(Intercom.getInstance() != null) {\n   Intercom.getInstance().displayConversationsList();\n}\n````\n\nCurrently only Android \u0026 iOS are supported as Intercom doesn't support Windows. We might do JavaScript integration for other platforms as a fallback if there is a technical possibility or demand for that.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenameone%2Fintercomsupport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodenameone%2Fintercomsupport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenameone%2Fintercomsupport/lists"}