Class CaptureScreenMetaData
java.lang.Object
io.digified.digified_library.capture.CaptureScreenMetaData
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGetter method for the custom subtitle resource idGetter method for the custom title resource idboolean
checking if the default cancel button is enabled or not
-
Method Details
-
getTitleId
Getter method for the custom title resource id- Returns:
- the custom title resource id
-
getSubTitleId
Getter method for the custom subtitle resource id- Returns:
- the custom subtitle resource id
-
isDefaultCancelButtonEnabled
public boolean isDefaultCancelButtonEnabled()checking if the default cancel button is enabled or not- Returns:
- whether the default cancel button is enabled or not
-