Enum sap.m.DialogTypeModule: sap/m/library


Enum for the type of sap.m.Dialog control.

Field Summary
sap.m.DialogType.MessageDialog with type Message looks the same as the Stardard Dialog in Android.
sap.m.DialogType.StandardThis is the default value for Dialog type.
Field Detail
sap.m.DialogType.Message: string
Dialog with type Message looks the same as the Stardard Dialog in Android. And it puts the left, right buttons to the bottom of the Dialog in iOS.
sap.m.DialogType.Standard: string
This is the default value for Dialog type. Stardard dialog in iOS has a header on the top and the left, right buttons are put inside the header. In android, the left, right buttons are put to the bottom of the Dialog.