void playWithCustomParams(Map<String, String> customParams) { Map<String, Object> map = args(); map[KEY_CUSTOM_PARAMS] = customParams; AdfurikunPlugin.invoke(method(METHOD_PLAY), map); }