CommonActionSheetItemClickInterceptor typedef

CommonActionSheetItemClickInterceptor = bool Function(int index, CommonActionSheetItem actionItem)

Action Item 点击事件拦截回调

Implementation

typedef CommonActionSheetItemClickInterceptor = bool Function(
    int index, CommonActionSheetItem actionItem);