v0.3.0
Previous method:
isCurrentKeyboardSafe: (customAllowedKeyboardList?: string[]) => boolean;
New method:
getCurrentInputMethodInfo: () => {
isInDefaultSafeList: boolean;
inputMethodId: string;
};
Previous method:
isCurrentKeyboardSafe: (customAllowedKeyboardList?: string[]) => boolean;
New method:
getCurrentInputMethodInfo: () => {
isInDefaultSafeList: boolean;
inputMethodId: string;
};