How to customize the MessengerLauncher layout #81
elliot-choic
announced in
Launcher
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Versions
Summary
You can customize the position, margin, and display mode of the
MessengerLauncher
Guide & Snippet
iOS
Header
Android
Steps to Customize the Launcher Layout
1. Set Up
LauncherLayoutParams
You can define the following parameters:
launchMode
EXPANDED
(full screen) orANCHORED
(popup near launcher)margin
location
TOP_START
,TOP_END
,BOTTOM_START
,BOTTOM_END
2. Example (Kotlin)
JS
Header
// code block
Reference
No response
Screenshots
No response
Beta Was this translation helpful? Give feedback.
All reactions