enableBackButton property
getter/setter pair
KO: 뒤로 가기 버튼 사용 여부, 리다이렉트 방식 웹 또는 네이티브 앱에서만 사용 가능
EN: Enables the back button, available for web with redirect method or native app
Implementation
bool? enableBackButton;
KO: 뒤로 가기 버튼 사용 여부, 리다이렉트 방식 웹 또는 네이티브 앱에서만 사용 가능
EN: Enables the back button, available for web with redirect method or native app
bool? enableBackButton;