LauncherConfig Suggest EditsLauncherConfig An object represents a configuration for default launcher Javapublic class LauncherConfig { Position position; float xMargin; // dp float yMargin; // dp } LauncherPosition An enum represents launcher's position Textpublic enum Position { LEFT, RIGHT } Updated about 1 year ago Table of Contents LauncherConfig LauncherPosition